glCreateShader method

void glCreateShader(
  1. int type
)

Implementation

void glCreateShader(int type) {
  gl.createShader(type);
}