createVertexArray method

VertexArrayObject createVertexArray()

Implementation

VertexArrayObject createVertexArray() {
  startCheck("VertexArrayObject");
  return VertexArrayObject(glCreateVertexArray(_gl));
}