On Wed Aug 30 13:46:31 2023 +0000, Conor McCarthy wrote:
changed this line in [version 4 of the diff](/wine/vkd3d/-/merge_requests/306/diffs?diff_id=65720&start_sha=5195271e79db6cd7867bc23a1c17b1f1dcb9bd46#282778267e3fda4be8fe588f5d16e9ec352745de_9074_9075)
It is just a nitpick but I find `(flags & uav_flags) == uav_flags` harder to read than `(flags & VKD3DSSF_THREAD_GROUP_UAV) && (flags & VKD3DSSF_GLOBAL_UAV)`.