createProgram method

Program createProgram()

Implementation

Program createProgram() {
  return Program(_gl.createProgram());
}