blob: a44c9e9503698f665e0135fd1a2696142f0131ad [file] [log] [blame]
float GetEntitySelectClip()
{
return 1.0f;
}
float4 main() : SV_TARGET
{
clip(GetEntitySelectClip());
return 0;
}