OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::VulkanQueue::PerFrameData Struct Reference

#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
 

Member Data Documentation

◆ mCommandPool

VkCommandPool Ogre::VulkanQueue::PerFrameData::mCommandPool

◆ mCommandBuffer

VkCommandBuffer Ogre::VulkanQueue::PerFrameData::mCommandBuffer

◆ mProtectingFence

VkFence Ogre::VulkanQueue::PerFrameData::mProtectingFence

◆ mBufferGraveyard

std::vector<std::pair<VkBuffer, VmaAllocation> > Ogre::VulkanQueue::PerFrameData::mBufferGraveyard

◆ mDescriptorPoolGraveyard

std::vector<std::shared_ptr<VulkanDescriptorPool> > Ogre::VulkanQueue::PerFrameData::mDescriptorPoolGraveyard

The documentation for this struct was generated from the following file: