First Commit
This commit is contained in:
12
externals/glslang/Test/hlsl.clip.frag
vendored
Normal file
12
externals/glslang/Test/hlsl.clip.frag
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
float GetEntitySelectClip()
|
||||
{
|
||||
return 1.0f;
|
||||
}
|
||||
|
||||
float4 main() : SV_TARGET
|
||||
{
|
||||
clip(GetEntitySelectClip());
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user