[PATCH 04/11] wined3d: Introduce wined3d_device_set_unordered_access_view().

Henri Verbeet hverbeet at gmail.com
Thu Nov 24 06:56:57 CST 2016


On 23 November 2016 at 14:36, Józef Kucia <jkucia at 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.



More information about the wine-devel mailing list