Returns type of the buffer.
It can be XenoGL..ARRAY_BUFFER
or XenoGL..ELEMENT_ARRAY_BUFFER
.
Returns data of the buffer.
Returns how many data set stored in the buffer.
Returns data type of the buffer.
Returns WebGLBuffer
if the buffer is initialized.
Otherwise, throws an error.
Returns if the buffer is initialized.
Returns total size of attributes.
Returns usage of the buffer.
Creates and return WebGLVertexArrayObject
.
You don't have to call this method manually.
Initializes the buffer. Do not call this method manually.
Initializes attributes. Do not call this method manually.
Initializes the buffer. Do not call this method manually.
Send data to the buffer.
Generated using TypeDoc
UniformBuffer.