glCompileShader method

void glCompileShader(
  1. int shader
)

Implementation

void glCompileShader(int shader) {
  gl.compileShader(shader);
}