glslang/Test/hlsl.depthLess.frag

5 lines
68 B
GLSL
Raw Normal View History

float PixelShaderFunction() : SV_DepthLessEqual
{
return 0.2;
}