- bind
void bind(BindTarget target)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindRange
void bindRange(BindTarget target, uint index, uint offset, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
- bufferData
void bufferData(BindTarget target, uint size, uint count, uint usage, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- bufferSubData
void bufferSubData(BindTarget target, uint size, uint offset, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
void create()
Undocumented in source. Be warned that the author may not have intended to support it.
- destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
void flush(uint offset, uint size, BindTarget target)
Undocumented in source. Be warned that the author may not have intended to support it.
- map
void map(BindTarget target)
Undocumented in source. Be warned that the author may not have intended to support it.
- map
void map(uint offset, uint size, BindTarget target, uint flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- mappedPointer
void* mappedPointer()
Undocumented in source. Be warned that the author may not have intended to support it.
- unmap
void unmap(BindTarget target)
Undocumented in source. Be warned that the author may not have intended to support it.