blob: 770ae8e9c6a84a323ab54631a8fec8205bb23be8 [file] [log] [blame]
Shannon Woods9fc51d92014-10-17 13:08:51 -04001//
2// Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
3// Use of this source code is governed by a BSD-style license that can be
4// found in the LICENSE file.
5//
6
7// RenderbufferImpl.h: Implements the shared methods of the abstract class gl::RenderbufferImpl
8
9#include "libGLESv2/renderer/RenderbufferImpl.h"
10
11namespace rx
12{
13RenderbufferImpl::RenderbufferImpl()
14{
15}
16
17RenderbufferImpl::~RenderbufferImpl()
18{
19}
20
21}