glCreateProgram method

void glCreateProgram()

Implementation

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