Skip to content

Fix missing usages on Vulkan client swapchains

Benjamin Saunders requested to merge Ralith/monado:xr-vk-swapchain-usage into master

These usages are required by operations Monado performs, and hence should be enabled unconditionally. I left the corresponding cases when translating from XR swapchain usage to make it easier to adjust the internally-required usages without introducing bugs there

Merge request reports