MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / execute

Method execute

RenderSystems/Vulkan/src/OgreVulkanDelayedFuncs.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 )

Callers 3

~VulkanVaoManagerMethod · 0.45
_updateMethod · 0.45
_notifyDeviceStalledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected