glBindVertexArray method

void glBindVertexArray(
  1. int array
)

Implementation

void glBindVertexArray(
  int array,
) {
  return _glBindVertexArray(
    array,
  );
}