4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
|
void main() {
|
||
|
sk_FragColor.r = half(sk_FragCoord.y / sk_Height);
|
||
|
}
|