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
ci: Remove gcc from macos matrix
[glslang.git]
/
Test
/
spv.depthOut.frag
blob
feb8a0d4f3f97cd1ea2432078c56e21a5ac51b97
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