3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
|
void fragcoord() { float x = gl_FragCoord.x; }
|
||
|
void fragcolor() { float r = gl_FragColor.r; }
|