Common renderbuffer operations. More...
#include </home/chochlik/devel/oglplus/include/oglplus/renderbuffer.hpp>


Public Types | |
| typedef RenderbufferTarget | Target |
| Renderbuffer bind targets. | |
Public Member Functions | |
| void | Bind (Target target=Target::Renderbuffer) const |
Binds this renderbuffer to the specified target. More... | |
Static Public Member Functions | |
| static RenderbufferName | Binding (Target target) |
Returns the current Renderbuffer bound to specified target. More... | |
| static void | Bind (Target target, RenderbufferName renderbuffer) |
Binds the specified renderbuffer to the specified target. More... | |
Common renderbuffer operations.
|
staticinherited |
Binds the specified renderbuffer to the specified target.
References oglplus::GetGLName().
| void oglplus::ObjCommonOps< tag::Renderbuffer >::Bind | ( | Target | target = Target::Renderbuffer | ) | const |
Binds this renderbuffer to the specified target.
|
staticinherited |
Returns the current Renderbuffer bound to specified target.