Shannon Woods | 9fc51d9 | 2014-10-17 13:08:51 -0400 | [diff] [blame^] | 1 | // |
| 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 | |
| 11 | namespace rx |
| 12 | { |
| 13 | RenderbufferImpl::RenderbufferImpl() |
| 14 | { |
| 15 | } |
| 16 | |
| 17 | RenderbufferImpl::~RenderbufferImpl() |
| 18 | { |
| 19 | } |
| 20 | |
| 21 | } |