- @DomName('OESVertexArrayObject.isVertexArrayOES')
- @DocsEditable()
Source
@DomName('OESVertexArrayObject.isVertexArrayOES')
@DocsEditable()
bool isVertexArray(VertexArrayObjectOes arrayObject) =>
_blink.BlinkOESVertexArrayObject.instance
.isVertexArrayOES_Callback_1_(this, arrayObject);