bindVertexArray method

void bindVertexArray(
  1. dynamic v0
)

Implementation

void bindVertexArray(v0) {
  return gl.glBindVertexArray(v0);
}