Ignore validation message about dedicated sizing that we must ignore

This commit is contained in:
baldurk
2025-10-13 13:31:10 +01:00
parent bee232f40c
commit d0bf4546b8
+4
View File
@@ -5494,6 +5494,10 @@ VkBool32 WrappedVulkan::DebugCallback(MessageSeverity severity, MessageCategory
if(strstr(pMessageId, "VUID-VkSwapchainCreateInfoKHR-imageExtent"))
return false;
// dedicated allocation size must match, but we have no choice but to ignore this one
if(strstr(pMessageId, "VUID-VkMemoryDedicatedAllocateInfo-image-02964"))
return false;
// "Missing extension required by the device extension VK_KHR_driver_properties:
// VK_KHR_get_physical_device_properties2. The Vulkan spec states: All required extensions for
// each extension in the VkDeviceCreateInfo::ppEnabledExtensionNames list must also be present