/* Copies incoming fragment color without change. */ void main() { gl_FragColor = gl_Color; }