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

#include <OgreVulkanQueue.h>

Public Attributes

VkCommandPool mCmdPool
 
FastArray< VkCommandBuffermCommands
 
size_t mCurrentCmdIdx
 
FastArray< VkFence > mProtectingFences
 

Member Data Documentation

◆ mCmdPool

VkCommandPool Ogre::VulkanQueue::PerFrameData::mCmdPool

◆ mCommands

FastArray<VkCommandBuffer> Ogre::VulkanQueue::PerFrameData::mCommands

◆ mCurrentCmdIdx

size_t Ogre::VulkanQueue::PerFrameData::mCurrentCmdIdx

◆ mProtectingFences

FastArray<VkFence> Ogre::VulkanQueue::PerFrameData::mProtectingFences

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