doc: Document !2347

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2347>
This commit is contained in:
Korcan Hussein 2024-11-12 16:42:32 +00:00
parent 32b695433d
commit affc6036bb

View file

@ -0,0 +1,3 @@
- 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.
- Removes unneeded warning in swapchain creation about requested sizes being larger than sizes reported by vkGetImageMemoryRequirements for imported images.
- Adds new image memory size parameter to d3d12 texture import functions to fix zero size error messages and d3d12 swapchain creation to fail.