bindVertexArrayOES method

void bindVertexArrayOES(
  1. WebGLVertexArrayObjectOES? arrayObject
)

Implementation

void bindVertexArrayOES(WebGLVertexArrayObjectOES? arrayObject) =>
    js_util.callMethod(this, 'bindVertexArrayOES', [arrayObject]);