isProgram method

bool isProgram(
  1. int v0
)

Implementation

bool isProgram(int v0) {
  return gl.glIsProgram(v0);
}