glslang/Test/hlsl.depthLess.frag

5 lines
68 B
GLSL

float PixelShaderFunction() : SV_DepthLessEqual
{
return 0.2;
}