4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
void main() {
|
||
|
sk_FragColor.r = half(sk_FragCoord.x / sk_Width);
|
||
|
}
|