VertexArray

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

AttribIPointer
void AttribIPointer(GLuint attribute, GLint size, GLenum type, GLsizei stride, const(GLvoid)* offset)
Undocumented in source. Be warned that the author may not have intended to support it.
AttribPointer
void AttribPointer(GLuint attribute, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const(GLvoid)* offset)
Undocumented in source. Be warned that the author may not have intended to support it.
Bind
void Bind()

Binds the vertex array

Bind
void Bind(GLenum target)

Binds the vertex array

DisableArray
void DisableArray(GLuint index)
Undocumented in source. Be warned that the author may not have intended to support it.
EnableArray
void EnableArray(GLuint index)
Undocumented in source. Be warned that the author may not have intended to support it.
Unbind
void Unbind()

Unbinds the vertex array (binds vertex array 0)

Inherited Members

From GLObject

Id
GLuint Id()
Undocumented in source. Be warned that the author may not have intended to support it.
Bind
void Bind()

Binds the object with default type

Bind
void Bind(GLenum target)

Binds the object

Unbind
void Unbind()

Unbinds the object

Meta