- bind
GLResult!void bind(GLenum target)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
GLResult!void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
- disable
void disable()
Undocumented in source.
- set_data
GLResult!void set_data(size_t size, const(void*) data, GLenum usage)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_data
GLResult!void set_data(const(void[]) data, GLenum usage)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_data
GLResult!void set_data(const(T[]) data, GLenum usage)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_sub_data
GLResult!void set_sub_data(size_t offset, size_t size, const(void*) data)
Undocumented in source. Be warned that the author may not have intended to support it.