bindVertexArray method

void bindVertexArray(
  1. WebGLVertexArrayObject? array
)

The WebGL2RenderingContext.bindVertexArray() method of the WebGL 2 API binds a passed WebGLVertexArrayObject object to the buffer.

Implementation

external void bindVertexArray(WebGLVertexArrayObject? array);