1. @DomName('OESVertexArrayObject.bindVertexArrayOES')
  2. @DocsEditable()
void bindVertexArray(VertexArrayObjectOes arrayObject)

Source

@DomName('OESVertexArrayObject.bindVertexArrayOES')
@DocsEditable()
void bindVertexArray(VertexArrayObjectOes arrayObject) =>
    _blink.BlinkOESVertexArrayObject.instance
        .bindVertexArrayOES_Callback_1_(this, arrayObject);