On 23 November 2016 at 14:36, Józef Kucia jkucia@codeweavers.com wrote:
FIXME("Unordered access view unsupported yet (layers %u-%u).\n",
desc->u.texture.layer_idx, desc->u.texture.layer_count);
I don't think you can do that in English. You'd either have "UAV unsupported" or "UAV not supported yet". In the specific case here, I'd probably use something like "Unsupported layer selection %u+%u.\n" or something along those lines though.