The open source OpenXR runtime

xrt: Fixes #411, KHR_vulkan_swapchain_format_list not enabled client-side master

* Fixes VK_KHR_image_format_list not being added to extension lists or not enabling flags on client-side vk_bundle / vk client compositor. * Fixes missing extension VK_KHR_image_format_list to the vulkan device extension list for XR_KHR_vulkan_enable * Fixes format lists for KHR_vulkan_swapchain_format_list not be used/applied on client vk images. * Fixes vulkan validation errors on client that attempt to use & chain format lists for image view creation outside of OpenXR / runtime Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2352>