bindVertexArray method

void bindVertexArray(
  1. int array
)

Implementation

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