glslang/Test/hlsl.depthLess.frag

5 lines
68 B
GLSL
Raw Permalink Normal View History

float PixelShaderFunction() : SV_DepthLessEqual
{
return 0.2;
}