[PATCH v4 3/4] wined3d: Set VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT for unordered access images.

Henri Verbeet hverbeet at gmail.com
Tue Oct 5 10:48:21 CDT 2021


On Thu, 30 Sept 2021 at 12:58, Jan Sikorski <jsikorski at codeweavers.com> wrote:
> +    if (wined3d_format_is_typeless(&format_vk->f) || texture_vk->t.swapchain ||
> +            (texture_vk->t.resource.bind_flags & WINED3D_BIND_UNORDERED_ACCESS))
> +    {
Just a minor style issue, but we typically break before the operator, not after.



More information about the wine-devel mailing list