bgfx/3rdparty/glslang/Test/hlsl.clip.frag
Branimir Karadžić 1d44a7a030 Updated glslang.
2017-03-31 19:51:51 -07:00

13 lines
129 B
GLSL

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