The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Document !2352

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2352>

+8
+2
doc/changes/auxiliary/mr.2352.md
··· 1 + Fixes issue ticket #410, fixes the client layer not setting mutable usage flag on client vulkan image creation when requested 2 + by vulkan based apps, causing vulkan validation errors on apps which create image views of swapchain images with different formats.
+6
doc/changes/xrt/mr.2352.md
··· 1 + Fixes issue ticket #411, fixes the following client-layer issues when `KHR_vulkan_swapchain_format_list` is enabled & used: 2 + - Fixes `(oxr_)xrGetVulkanDeviceExtensionsKHR` not outputting `VK_KHR_image_format_list` to the list of extensions 3 + to enable for apps using `XR_KHR_vulkan_enable`. 4 + - Adds piping of the enabled state of `VK_KHR_image_format_list` to `vk_bundle` and fixes `vk_bundle::has_KHR_image_format_list` not being set to enabled in the client layer. 5 + - Fixes client-layer not using & setting format-lists for VK_KHR_image_format_list on client vulkan image creation when provided 6 + by vulkan based apps using mutable formats.