blob: a6c398aa0fd7e000c442dc92763042653d5c7013 [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
sk_FragColor.x = fract(-42.0);
}