glCreateVertexArray method

dynamic glCreateVertexArray()

Implementation

dynamic glCreateVertexArray() {
  return gles.glCreateVertexArray(gl);
}