mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 13:32:59 +01:00
5 lines
68 B
GLSL
5 lines
68 B
GLSL
float PixelShaderFunction() : SV_DepthLessEqual
|
|
{
|
|
return 0.2;
|
|
}
|