The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Document !2347

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

+3
+3
doc/changes/misc_fixes/mr.2347.md
··· 1 + - Fixes the image memory size of imported d3d12 texture resources being set to zero causing zero size error messages and d3d12 swapchain creation to fail. 2 + - Removes unneeded warning in swapchain creation about requested sizes being larger than sizes reported by vkGetImageMemoryRequirements for imported images. 3 + - Adds new image memory size parameter to d3d12 texture import functions to fix zero size error messages and d3d12 swapchain creation to fail.