GLBuffer.RawSet

provides: * void setRaw( in void[] arr, size_t esize, Usage mem=Usage.STATIC_DRAW ) * void setSubRaw( size_t offset, in void[] arr ) * void storageRaw( in void[] arr, size_t esize, StorageBits[] bits )

Members

Functions

allocRaw
void allocRaw(size_t count, size_t esize, StorageBits[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.
setRaw
void setRaw(void[] arr, size_t esize, Usage mem)
Undocumented in source. Be warned that the author may not have intended to support it.
setSubRaw
void setSubRaw(size_t offset, void[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
storageRaw
void storageRaw(void[] arr, size_t esize, StorageBits[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta