useProgram method

void useProgram(
  1. int v0
)

Implementation

void useProgram(int v0) {
  return glUseProgram(v0);
}