createVertexArray method

VertexArrayObject createVertexArray()

Implementation

VertexArrayObject createVertexArray() {
  return VertexArrayObject(_gl.createVertexArray());
}