Class that can be used for unbinding of currently bound buffers. More...
#include </home/chochlik/devel/oglplus/include/oglplus/buffer.hpp>
Public Types | |
typedef BufferTarget | Target |
Buffer bind targets. | |
typedef BufferIndexedTarget | IndexedTarget |
Buffer indexed bind targets. | |
Static Public Member Functions | |
static void | Bind (Target target) |
Unbinds the current buffer from the specified target. More... | |
static void | Bind (IndexedTarget target, GLuint index) |
Unbinds the current buffer from the specified indexed target. More... | |
static void | BindBase (IndexedTarget target, GLuint index) |
Unbinds the current buffer from the specified indexed target. More... | |
Class that can be used for unbinding of currently bound buffers.
|
static |
Unbinds the current buffer from the specified target.
This function binds the name 0 to the specified target
.
Error |
References oglplus::EnumValueName(), and OGLPLUS_VERIFY.
|
static |
Unbinds the current buffer from the specified indexed target.
Error |
References BindBase().
|
static |
Unbinds the current buffer from the specified indexed target.
Error |
References oglplus::EnumValueName(), and OGLPLUS_VERIFY.
Referenced by Bind().