compileShader method
Implementation
void compileShader(WebGLShader shader) {
startCheck("compileShader");
glCompileShader(_gl, shader.id);
checkError('compileShader');
}
void compileShader(WebGLShader shader) {
startCheck("compileShader");
glCompileShader(_gl, shader.id);
checkError('compileShader');
}