glBindVertexArray method

void glBindVertexArray(
  1. int array
)

Implementation

void glBindVertexArray(int array) {
  gl.bindVertexArray(array);
}