bindVertexArray method

void bindVertexArray(
  1. WebGLVertexArrayObject? array
)

Implementation

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