VBufferObject

Undocumented in source.

Constructors

this
this(uint vbo_id, GLenum target)
Undocumented in source.

Members

Functions

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.

Properties

id
uint id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
GLResult!VBufferObject create(GLenum target)
Undocumented in source. Be warned that the author may not have intended to support it.
disable
void disable(GLenum target)
Undocumented in source.
set_data
GLResult!void set_data(GLenum target, size_t size, const(void*) data, GLenum usage)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta