![]() |
OGRE 14.2
Object-Oriented Graphics Rendering Engine
|
#include <OgreVulkanQueue.h>
Public Attributes | |
| std::vector< std::pair< VkBuffer, VmaAllocation > > | mBufferGraveyard |
| VkCommandBuffer | mCommandBuffer |
| VkCommandPool | mCommandPool |
| std::vector< std::shared_ptr< VulkanDescriptorPool > > | mDescriptorPoolGraveyard |
| VkFence | mProtectingFence |
| VkCommandPool Ogre::VulkanQueue::PerFrameData::mCommandPool |
| VkCommandBuffer Ogre::VulkanQueue::PerFrameData::mCommandBuffer |
| VkFence Ogre::VulkanQueue::PerFrameData::mProtectingFence |
| std::vector<std::pair<VkBuffer, VmaAllocation> > Ogre::VulkanQueue::PerFrameData::mBufferGraveyard |
| std::vector<std::shared_ptr<VulkanDescriptorPool> > Ogre::VulkanQueue::PerFrameData::mDescriptorPoolGraveyard |