varying vec4 colour; /* Basic ambient lighting fragment program for GLSL ES */ void main() { gl_FragColor = colour; }