1void fragcoord() { float x = gl_FragCoord.x; }
2void fragcolor() { float r = gl_FragColor.r; }
3