4 // require_extensions: GL_AMD_conservative_depth
7 // From the AMD_conservative_depth spec:
8 // Within any shader, the first redeclarations of gl_FragDepth must appear
9 // before any use of gl_FragDepth.
12 #extension GL_AMD_conservative_depth: require
19 layout (depth_any) out float gl_FragDepth;