StapleGL
Header-only C++20 OpenGL wrapper
|
Render Buffer Object (RBO) wrapper. More...
Go to the source code of this file.
Classes | |
class | staplegl::renderbuffer |
Render Buffer Object (RBO) wrapper. More... | |
Namespaces | |
namespace | staplegl |
Render Buffer Object (RBO) wrapper.
Wraps RBOs allowing for easy creation and usage. Render buffer objects are GPU buffers that hold screen data (similar to a texture), but they are under the guarantee that the user will never need to read from them, this allows OpenGL to optimize them for rendering use (for example, by storing Z-Buffer and Stencil data in a single buffer, in an efficient format).
Definition in file renderbuffer.hpp.