4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
|
void main() {
|
||
|
sk_FragColor.x-- + sk_FragCoord;
|
||
|
}
|