Buffer

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Bind
void Bind()

Binds the buffer with default type

Bind
void Bind(GLenum target)

Binds the buffer

Data
void Data(ptrdiff_t size, void* data, GLenum usage)
SubData
void SubData(ptrdiff_t offset, ptrdiff_t size, void* data)
Unbind
void Unbind()

Unbinds the buffer (binds buffer 0)

Inherited Members

From GLObject

Id
GLuint Id()
Undocumented in source. Be warned that the author may not have intended to support it.
Bind
void Bind()

Binds the object with default type

Bind
void Bind(GLenum target)

Binds the object

Unbind
void Unbind()

Unbinds the object

Meta