glIsProgram method

bool glIsProgram(
  1. int program
)

Implementation

bool glIsProgram(int program){
  return gl.isProgram(program) != 0;
}