KhronosGroup / Vulkan-ValidationLayers

Vulkan Validation Layers (VVL)
https://vulkan.lunarg.com/doc/sdk/latest/linux/khronos_validation_layer.html
Other
751 stars 402 forks source link

VUID-VkExportMemoryAllocateInfo-handleTypes-00656 broken #8627

Open zmike opened 4 hours ago

zmike commented 4 hours ago

VVL attempts to validate this at vkBindImageMemory time, but this is invalid, as there is no way to pass e.g., VkImageFormatListCreateInfo which is needed by drivers to validate format properties.

zmike commented 4 hours ago

Also affects VUID-VkImportMemoryWin32HandleInfoKHR-handleType-00658

spencer-lunarg commented 4 hours ago

.... this again, seems we never actually added a "full solution" last time :cry: