Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git] / Test / remap.if.none.frag
blob3fedfc437aaeefcb1040a15554dca2dcce324a51
1 #version 450
3 in float  inf;
4 out vec4  outf4;
6 void main()
8     if (inf > 2.0)
9         outf4 = vec4(inf);
10     else
11         outf4 = vec4(inf + -.5);