| OLD | NEW |
| 1 |
| 1 /* | 2 /* |
| 2 * Copyright 2012 Google Inc. | 3 * Copyright 2012 Google Inc. |
| 3 * | 4 * |
| 4 * Use of this source code is governed by a BSD-style license that can be | 5 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. | 6 * found in the LICENSE file. |
| 6 */ | 7 */ |
| 7 | 8 |
| 8 #ifndef GrRenderBufferObj_DEFINED | 9 #ifndef GrRenderBufferObj_DEFINED |
| 9 #define GrRenderBufferObj_DEFINED | 10 #define GrRenderBufferObj_DEFINED |
| 10 | 11 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 } | 31 } |
| 31 | 32 |
| 32 protected: | 33 protected: |
| 33 private: | 34 private: |
| 34 bool fBound; // is this render buffer currently bound via "glBindR
enderbuffer"? | 35 bool fBound; // is this render buffer currently bound via "glBindR
enderbuffer"? |
| 35 | 36 |
| 36 typedef GrFBBindableObj INHERITED; | 37 typedef GrFBBindableObj INHERITED; |
| 37 }; | 38 }; |
| 38 | 39 |
| 39 #endif // GrRenderBufferObj_DEFINED | 40 #endif // GrRenderBufferObj_DEFINED |
| OLD | NEW |