bindVertexArray method
Implementation
void bindVertexArray(WebGLVertexArrayObject? array) =>
js_util.callMethod(this, 'bindVertexArray', [array]);
void bindVertexArray(WebGLVertexArrayObject? array) =>
js_util.callMethod(this, 'bindVertexArray', [array]);