[PATCH 5/5] wined3d: Implement UAV clears on the Vulkan backend.

Jan Sikorski jsikorski at codeweavers.com
Wed Aug 11 04:50:24 CDT 2021


> On 10 Aug 2021, at 20:51, Henri Verbeet <hverbeet at gmail.com> wrote:
> We never check the create_shader() return code.
> 
> ...but if we did, these shaders could never be NULL here.

They can legitimately be NULL on low feature levels? I guess I should check if it’s >= 11_0 and only then try.

> Do we need that barrier? Specifically, is this not already covered by
> "Host Write Ordering Guarantees”?

I think you’re right, it is.

- Jan


More information about the wine-devel mailing list