repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git]
/
Test
/
remap.if.none.frag
blob
3fedfc437aaeefcb1040a15554dca2dcce324a51
1
#version 450
2
3
in float inf;
4
out vec4 outf4;
5
6
void main()
7
{
8
if (inf > 2.0)
9
outf4 = vec4(inf);
10
else
11
outf4 = vec4(inf + -.5);
12
}