bgfx/3rdparty/glslang/Test/hlsl.clip.frag

13 lines
129 B
GLSL
Raw Normal View History

2017-04-01 05:51:51 +03:00
float GetEntitySelectClip()
{
return 1.0f;
}
float4 main() : SV_TARGET
{
clip(GetEntitySelectClip());
return 0;
}