4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
|
void main() {
|
||
|
sk_FragColor = half4(sk_Clockwise ? +1 : -1);
|
||
|
}
|