6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
|
||
|
out vec4 sk_FragColor;
|
||
|
void main() {
|
||
|
sk_FragColor.x = fract(-42.0);
|
||
|
}
|