Buffer

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Enums

BindTarget
enum BindTarget
Undocumented in source.
MapFlagBits
enum MapFlagBits
Undocumented in source.
StorageFlagBits
enum StorageFlagBits
Undocumented in source.

Functions

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.

Static functions

unbind
void unbind(BindTarget target)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Data
struct Data
Undocumented in source.

Variables

data
Data* data;
Undocumented in source.

Meta