glCreateVertexArray method

int glCreateVertexArray()

Implementation

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