blob: 9ff8541c1fd1ce857a5964bdc99ac7712f2ec712 [file] [log] [blame]
John Kessenicha3051662016-09-02 19:13:36 -06001void PixelShaderFunction(float4 input) : COLOR0
John Kessenich0d2b6de2016-06-05 11:23:11 -06002{
3 [unroll];
4 [];
5 [][][];
6 [unroll(4)];
7 [allow_uav_condition];
8 [unroll(4)] [allow_uav_condition];
9 [ loop ];
10 [fastopt];
11 [branch] if (0);
12 [flatten];
13}