mirror of
https://github.com/bevyengine/bevy
synced 2025-01-25 19:35:19 +00:00
4 lines
86 B
GLSL
4 lines
86 B
GLSL
void PixelShaderFunction(out float depth : SV_DepthGreaterEqual)
|
|
{
|
|
depth = 0.2;
|
|
}
|