Files
Lucina3DS/externals/glslang/Test/hlsl.clip.frag
2025-02-06 22:24:29 +08:00

13 lines
129 B
GLSL

float GetEntitySelectClip()
{
return 1.0f;
}
float4 main() : SV_TARGET
{
clip(GetEntitySelectClip());
return 0;
}