createShader method

dynamic createShader(
  1. dynamic type
)

Implementation

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