OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
OgreVulkanDelayedFuncs.h File Reference

Classes

class  Ogre::VulkanDelayed_vkDestroyBufferView
 
class  Ogre::VulkanDelayed_vkDestroyFramebuffer
 
class  Ogre::VulkanDelayed_vkDestroyImage
 
class  Ogre::VulkanDelayed_vkDestroyImageView
 
class  Ogre::VulkanDelayed_vkDestroyPipeline
 
class  Ogre::VulkanDelayed_vkDestroyRenderPass
 
class  Ogre::VulkanDelayed_vkDestroySampler
 
class  Ogre::VulkanDelayed_vkDestroyShaderModule
 
class  Ogre::VulkanDelayedFuncBase
 

Namespaces

 Ogre
 

Functions

void Ogre::delayed_vkDestroyBufferView (VaoManager *vaoMgr, VkDevice device, VkBufferView bufferView, VkAllocationCallbacks const *pAllocator)
 
void Ogre::delayed_vkDestroyFramebuffer (VaoManager *vaoMgr, VkDevice device, VkFramebuffer framebuffer, VkAllocationCallbacks const *pAllocator)
 
void Ogre::delayed_vkDestroyImage (VaoManager *vaoMgr, VkDevice device, VkImage image, VkAllocationCallbacks const *pAllocator)
 
void Ogre::delayed_vkDestroyImageView (VaoManager *vaoMgr, VkDevice device, VkImageView pView, VkAllocationCallbacks const *pAllocator)
 
void Ogre::delayed_vkDestroyPipeline (VaoManager *vaoMgr, VkDevice device, VkPipeline pipeline, VkAllocationCallbacks const *pAllocator)
 
void Ogre::delayed_vkDestroyRenderPass (VaoManager *vaoMgr, VkDevice device, VkRenderPass renderPass, VkAllocationCallbacks const *pAllocator)
 
void Ogre::delayed_vkDestroySampler (VaoManager *vaoMgr, VkDevice device, VkSampler sampler, VkAllocationCallbacks const *pAllocator)
 
void Ogre::delayed_vkDestroyShaderModule (VaoManager *vaoMgr, VkDevice device, VkShaderModule shaderModule, VkAllocationCallbacks const *pAllocator)