summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/hlsl.attribute.frag
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/hlsl.attribute.frag')
-rw-r--r--chromium/third_party/glslang/src/Test/hlsl.attribute.frag13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/hlsl.attribute.frag b/chromium/third_party/glslang/src/Test/hlsl.attribute.frag
new file mode 100644
index 00000000000..25c72d46efd
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/hlsl.attribute.frag
@@ -0,0 +1,13 @@
+float4 PixelShaderFunction(float4 input) : COLOR0
+{
+ [unroll];
+ [];
+ [][][];
+ [unroll(4)];
+ [allow_uav_condition];
+ [unroll(4)] [allow_uav_condition];
+ [ loop ];
+ [fastopt];
+ [branch] if (0);
+ [flatten];
+}