DEBSOURCES
Skip Quicknav
sources / glslang / 16.2.0-2 / Test / spv.depthOut.frag
1234567891011
#version 450 in vec4 Color; in float Depth; layout(depth_greater) out float gl_FragDepth; void main() { gl_FragDepth = Depth; }