Buffer

Undocumented in source.

Constructors

this
this(T[] arr, GLenum type, GLenum memtype)
Undocumented in source.
this
this(int size, GLenum type, GLenum memtype)
Undocumented in source.
this
this(long size, GLenum type, GLenum memtype)
Undocumented in source.

Alias This

buffer

Members

Functions

Bind
void Bind()
Undocumented in source. Be warned that the author may not have intended to support it.
Map
T[] Map(size_t offset, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
Map
T[] Map()
Undocumented in source. Be warned that the author may not have intended to support it.
Resize
void Resize(long size)
Undocumented in source. Be warned that the author may not have intended to support it.
Resize
void Resize(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
Unbind
void Unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
Unmap
void Unmap()
Undocumented in source. Be warned that the author may not have intended to support it.
Update
void Update(T[] arr, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
Update
void Update(void delegate(T[] arr) update)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
GLenum buffer;
Undocumented in source.
memtype
GLenum memtype;
Undocumented in source.
size
int size;
Undocumented in source.
type
GLenum type;
Undocumented in source.

Meta