Skip to content
Snippets Groups Projects
hlsl.depthLess.frag 68 B
Newer Older
float PixelShaderFunction() : SV_DepthLessEqual
{
    return 0.2;
}