bindVertexArray method

dynamic bindVertexArray(
  1. dynamic v0
)

Implementation

bindVertexArray(v0) {
  return glBindVertexArray(v0);
}