#pragma debug(on) #version 110 // error #version should be the first statement in the program void main() { gl_FragColor = vec4(1); }