| 10 | VulkanDelayedFuncBase::~VulkanDelayedFuncBase() {} |
| 11 | |
| 12 | void VulkanDelayed_vkDestroyImage::execute() { vkDestroyImage( device, image, pAllocator ); } |
| 13 | |
| 14 | void delayed_vkDestroyImage( VaoManager *vaoMgr, VkDevice device, VkImage image, |
| 15 | VkAllocationCallbacks const *pAllocator ) |
no outgoing calls
no test coverage detected