bindVertexArray method
Implementation
void bindVertexArray(VertexArrayObject array) {
_gl.bindVertexArray(array.id);
checkError('bindVertexArray');
}
void bindVertexArray(VertexArrayObject array) {
_gl.bindVertexArray(array.id);
checkError('bindVertexArray');
}