baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org
MIT License
9.07k stars 1.35k forks source link

Fix vulkan error per VUID-VkMemoryAllocateInfo-pNext-00639 #3487

Closed listevemeta closed 1 week ago

listevemeta commented 1 week ago

Fix vulkan error per VUID-VkMemoryAllocateInfo-pNext-00639

Per https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkMemoryAllocateInfo.html#VUID-VkMemoryAllocateInfo-pNext-00639, dedicated allocation is required by certain externalMemoryFeatures. This change is to keep dedicated allocation in those scenarios for capture mode, while being assured no dedicated allocation for reading and replaying mode.

listevemeta commented 1 week ago

Close the pull request due to the reason of "Merge branch"