createVertexArray method

WebGLVertexArrayObject? createVertexArray()

Implementation

WebGLVertexArrayObject? createVertexArray() =>
    js_util.callMethod(this, 'createVertexArray', []);