createProgram method

int createProgram()

Implementation

int createProgram() {
  return gl.glCreateProgram();
}