createShader method

dynamic createShader(
  1. dynamic type
)

Implementation

createShader(type) {
  return gl.glCreateShader(type);
}