summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/hlsl.attribute.frag
blob: 25c72d46efd90cb07c8f639381e8afd2ea1a6da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
float4 PixelShaderFunction(float4 input) : COLOR0
{
    [unroll];
    [];
    [][][];
    [unroll(4)];
    [allow_uav_condition];
    [unroll(4)] [allow_uav_condition];
    [  loop  ];
    [fastopt];
    [branch] if (0);
    [flatten];
}