First Commit
This commit is contained in:
7
externals/glslang/Test/hlsl.whileLoop.frag
vendored
Normal file
7
externals/glslang/Test/hlsl.whileLoop.frag
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
float4 PixelShaderFunction(float4 input) : COLOR0
|
||||
{
|
||||
while (any(input != input)) { return input; }
|
||||
while (false) ;
|
||||
[unroll] while (false) { }
|
||||
while ((false)) { }
|
||||
}
|
||||
Reference in New Issue
Block a user