Skip to content

vk/sync: Use the proper type in vk_filter_{src,dst}_access_flags2()

Boris Brezillon requested to merge bbrezillon/mesa:vk-sync-fix into main

What does this MR do and why?

VkAccessFlags2 and VkPipelineStageFlags2 being both 64-bit bitmasks the mistake is harmless, but let's fix that anyway to avoid any confusion.

Merge request reports

Loading