LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Rendering::Backends::VulkanQueue::VulkanQueueImpl Class Reference

Inherits LiteFX::Implement< VulkanQueue >.

Public Member Functions

 VulkanQueueImpl (VulkanQueue *parent, const VulkanDevice &device, const QueueType &type, const QueuePriority &priority, const UInt32 &familyId, const UInt32 &queueId)
 
 ~VulkanQueueImpl ()
 
void release ()
 
void bind ()
 
- Public Member Functions inherited from LiteFX::Implement< VulkanQueue >
 Implement (VulkanQueue *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< VulkanQueue > &&)=delete
 
 Implement (const Implement< VulkanQueue > &)=delete
 
virtual ~Implement ()=default
 

Friends

class VulkanQueue
 

Additional Inherited Members

- Public Types inherited from LiteFX::Implement< VulkanQueue >
using interface_type = VulkanQueue
 
using base = Implement< interface_type >
 
- Protected Attributes inherited from LiteFX::Implement< VulkanQueue >
VulkanQueue * m_parent
 

Constructor & Destructor Documentation

◆ VulkanQueueImpl()

LiteFX::Rendering::Backends::VulkanQueue::VulkanQueueImpl::VulkanQueueImpl ( VulkanQueue parent,
const VulkanDevice device,
const QueueType &  type,
const QueuePriority &  priority,
const UInt32 familyId,
const UInt32 queueId 
)
inline

◆ ~VulkanQueueImpl()

LiteFX::Rendering::Backends::VulkanQueue::VulkanQueueImpl::~VulkanQueueImpl ( )
inline

Member Function Documentation

◆ bind()

void LiteFX::Rendering::Backends::VulkanQueue::VulkanQueueImpl::bind ( )
inline

◆ release()

void LiteFX::Rendering::Backends::VulkanQueue::VulkanQueueImpl::release ( )
inline

Friends And Related Function Documentation

◆ VulkanQueue

friend class VulkanQueue
friend