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 #3031 from rg3igalia/sub-group-size-arb-flat-fix
[platform/upstream/glslang.git]
/
Test
/
spv.depthOut.frag
1
#version 450
\r
2
\r
3
in vec4 Color;
\r
4
in float Depth;
\r
5
\r
6
layout(depth_greater) out float gl_FragDepth;
\r
7
\r
8
void main()
\r
9
{
\r
10
gl_FragDepth = Depth;
\r
11
}
\r