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

5 lines
68 B
GLSL

float PixelShaderFunction() : SV_DepthLessEqual
{
return 0.2;
}