bevy/crates/glsl-to-spirv/glslang/Test/hlsl.depthLess.frag

4 lines
68 B
GLSL

float PixelShaderFunction() : SV_DepthLessEqual
{
return 0.2;
}