isProgram method

bool isProgram(
  1. Program program
)

Implementation

bool isProgram(Program program){
  return _gl.isProgram(program.id) != 0;
}