4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
void main() {
|
||
|
sk_FragColor.x = half(abs(int2(float2(0))).x);
|
||
|
}
|