compileShader method

dynamic compileShader(
  1. dynamic v0
)

Implementation

compileShader(v0) {
  return glCompileShader(v0);
}