createVertexArray method

dynamic createVertexArray()

Implementation

createVertexArray() {
  return gl.createVertexArray();
}