John Kessenich | a305166 | 2016-09-02 19:13:36 -0600 | [diff] [blame] | 1 | void PixelShaderFunction(float4 input) : COLOR0 |
John Kessenich | 0d2b6de | 2016-06-05 11:23:11 -0600 | [diff] [blame] | 2 | { |
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 | } |