First Commit
This commit is contained in:
13
externals/glslang/Test/hlsl.attribute.frag
vendored
Normal file
13
externals/glslang/Test/hlsl.attribute.frag
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
void PixelShaderFunction(float4 input) : COLOR0
|
||||
{
|
||||
[unroll];
|
||||
[];
|
||||
[][][];
|
||||
[unroll(4)];
|
||||
[allow_uav_condition];
|
||||
[unroll(4)] [allow_uav_condition];
|
||||
[ loop ];
|
||||
[fastopt];
|
||||
[branch] if (0);
|
||||
[flatten];
|
||||
}
|
||||
Reference in New Issue
Block a user