glCreateProgram method

dynamic glCreateProgram()

Implementation

dynamic glCreateProgram() {
  return gles.glCreateProgram(gl);
}