bool isProgram(Program program){ startCheck('isProgram'); bool temp = gl.glIsProgram(program.id) != 0; checkError('isProgram'); return temp; }