From affc6036bb8619f200bcb6706b8c6954f1655c98 Mon Sep 17 00:00:00 2001 From: Korcan Hussein Date: Tue, 12 Nov 2024 16:42:32 +0000 Subject: [PATCH] doc: Document !2347 Part-of: --- doc/changes/misc_fixes/mr.2347.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/changes/misc_fixes/mr.2347.md diff --git a/doc/changes/misc_fixes/mr.2347.md b/doc/changes/misc_fixes/mr.2347.md new file mode 100644 index 000000000..28454761d --- /dev/null +++ b/doc/changes/misc_fixes/mr.2347.md @@ -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.