- Notifications
You must be signed in to change notification settings - Fork 412
Open
Labels
questionFurther information is requestedFurther information is requested
Description
When I vmaDestroyBuffer(), at object destruction, it doesn't destroy VkDeviceMemory hMemory, resulting in error:
Validation Error: [ VUID-vkDestroyDevice-device-05137 ] Object 0: handle = 0x2e2941000000001f, type = VK_OBJECT_TYPE_DEVICE_MEMORY; | MessageID = 0x4872eaa0 | vkCreateDevice(): OBJ ERROR : For VkDevice 0x156f8145c70[], VkDeviceMemory 0x2e2941000000001f[] has not been destroyed. The Vulkan spec states: All child objects created on device must have been destroyed prior to destroying device (https://vulkan.lunarg.com/doc/view/1.3.268.0/windows/1.3-extensions/vkspec.html#VUID-vkDestroyDevice-device-05137)
ERROR: vkFreeMemory: Invalid device [VUID-vkFreeMemory-device-parameter]
after i destroy my device.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested