projects
/
platform
/
upstream
/
glslang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #2908 from Biswa96/cmake-spirv-remap
[platform/upstream/glslang.git]
/
Test
/
remap.if.none.frag
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
}