IBuffer

Interface every buffer implements

Members

Functions

bind
void bind()
Undocumented in source.
set_data
void set_data(T data, GLenum hint)
Undocumented in source.
unbind
void unbind()
Undocumented in source.
update
void update(T data, GLintptr offset)
Undocumented in source.
update
void update(T ptr, size_t size, GLintptr offset)
Undocumented in source.

Meta