Files
glslang/Test/hlsl.depthGreater.frag
2016-09-02 20:05:52 -06:00

5 lines
86 B
GLSL

void PixelShaderFunction(out float depth : SV_DepthGreaterEqual)
{
depth = 0.2;
}