createVertexArrayObject method

VertexArrayObject createVertexArrayObject()

Implementation

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