GLBuffer.RawAccess

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

Members

Mixins

__anonymous
mixin RawSet
Undocumented in source.
__anonymous
mixin RawGet
Undocumented in source.
__anonymous
mixin RawMap
Undocumented in source.

Mixed In Members

From mixin RawSet

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.
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.

From mixin RawGet

getRaw
void[] getRaw(size_t offset, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin RawMap

mapRaw
void[] mapRaw(MapBits[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.
mapRangeRaw
void[] mapRangeRaw(size_t offset, size_t length, MapBits[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.
flushRangeRaw
void flushRangeRaw(size_t offset, size_t length, size_t esize)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta