glDeleteProgram method

void glDeleteProgram(
  1. int program
)

Implementation

void glDeleteProgram(int program) {
  gl.deleteProgram(program);
}