blob: c4b0cfa886b6e1602dac7d0d8c953ee2623c3b2a [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
int x = 0;
int y = 0;
int z = 0;
x = 1;
z = 1;
sk_FragColor.xyz = vec3(float(x), float(y), float(z));
}