RetroArch/deps/SPIRV-Cross/reference/shaders-no-opt/asm/frag/only-initializer-frag-depth...

9 lines
86 B
GLSL

#version 450
const float _3_init = 0.5;
void main()
{
gl_FragDepth = _3_init;
}