GLBuffer.TemplateAccess

Undocumented in source.
class GLBuffer
mixin template TemplateAccess () {}

Members

Mixins

__anonymous
mixin TemplateSet
Undocumented in source.
__anonymous
mixin TemplateGet
Undocumented in source.
__anonymous
mixin TemplateMap
Undocumented in source.

Mixed In Members

From mixin TemplateSet

setData
void setData(E[] arr, Usage mem)
Undocumented in source. Be warned that the author may not have intended to support it.
setSubData
void setSubData(size_t offset, E[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
storageData
void storageData(E[] arr, StorageBits[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.
allocData
void allocData(size_t count, StorageBits[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin TemplateGet

getData
E[] getData(size_t offset, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin TemplateMap

mapData
E[] mapData(MapBits[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.
mapRangeData
E[] mapRangeData(size_t offset, size_t length, MapBits[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.
flushRangeData
void flushRangeData(size_t offset, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta