isProgram method

dynamic isProgram(
  1. int program
)

Implementation

isProgram(int program) {
  return gl.glIsProgram(program);
}