blob: 235ba25f215e3da4daa03edc33a35c51d8e4825b [file] [log] [blame]
John Stilesb0245492020-09-14 17:30:13 -04001
John Stilesdb42bf22020-09-15 16:09:11 -04002out vec4 sk_FragColor;
John Stilesb0245492020-09-14 17:30:13 -04003void main() {
John Stiles7a3f5502021-03-08 13:29:15 -05004 float x = 0.0;
5 {
6 x = 0.0;
7 x = 1.0;
8 }
9 sk_FragColor = vec4(x);
John Stilesb0245492020-09-14 17:30:13 -040010}