hlsl.depthLess.frag 68 B

12345
  1. float PixelShaderFunction() : SV_DepthLessEqual
  2. {
  3. return 0.2;
  4. }