XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALCommandQueueVulkan Class Referencefinal
Inheritance diagram for xiiGALCommandQueueVulkan:
[legend]

Public Member Functions

vk::PipelineStageFlags GetSupportedStagesFlags () const
 
vk::AccessFlags GetSupportedAccessFlags () const
 
virtual XII_ALWAYS_INLINE xiiUInt64 GetNextFenceValue () const override final
 This returns the value of the internal fence that will be signaled the next time.
 
virtual XII_ALWAYS_INLINE xiiUInt64 GetCompletedFenceValue () override final
 This returns the last completed value of the internal fence.
 
XII_ALWAYS_INLINE const xiiGALQueueInformationVulkanGetQueueInformation () const
 
virtual xiiUInt64 WaitForIdle () override final
 This blocks execution until all pending GPU commands are complete.
 
virtual xiiSharedPtr< xiiGALCommandListBeginCommandList () override final
 This begins a command list for recording commands.
 
xiiGALCommandBufferPoolVulkanGetCommandBufferPool ()
 
- Public Member Functions inherited from xiiGALCommandQueue
XII_ALWAYS_INLINE const xiiGALCommandQueueCreationDescriptionGetDescription () const
 This returns the creation description for this object.
 
XII_ALWAYS_INLINE xiiGALDeviceGetDevice () const
 This returns the device for this object.
 
- Public Member Functions inherited from xiiGALObject
XII_ALWAYS_INLINE xiiStringView GetDebugName () const
 Returns the debug name of this resource.
 
void SetDebugName (xiiStringView sDebugName) const
 Sets the debug name for this resource.
 
- Public Member Functions inherited from xiiReflectedClass
virtual const xiiRTTIGetDynamicRTTI () const
 
bool IsInstanceOf (const xiiRTTI *pType) const
 Returns whether the type of this instance is of the given type or derived from it.
 
template<typename T>
XII_ALWAYS_INLINE bool IsInstanceOf () const
 Returns whether the type of this instance is of the given type or derived from it.
 
- Public Member Functions inherited from xiiRefCounted
virtual ~xiiRefCounted ()=default
 Adds a virtual destructor.
 
- Public Member Functions inherited from xiiRefCountingImpl
 xiiRefCountingImpl ()=default
 Constructor.
 
 xiiRefCountingImpl (const xiiRefCountingImpl &rhs)
 
void operator= (const xiiRefCountingImpl &rhs)
 
xiiUInt32 AddRef () const
 Increments the reference counter. Returns the new reference count.
 
xiiUInt32 ReleaseRef () const
 Decrements the reference counter. Returns the new reference count.
 
bool IsReferenced () const
 Returns true if the reference count is greater than 0, false otherwise.
 
xiiUInt32 GetRefCount () const
 Returns the current reference count.
 

Protected Member Functions

 xiiGALCommandQueueVulkan (xiiGALDeviceVulkan *pDeviceVulkan, const xiiGALCommandQueueCreationDescription &creationDescription, const xiiGALQueueInformationVulkan &queueInformation)
 
virtual void SetDebugNamePlatform (xiiStringView sName) const override final
 
- Protected Member Functions inherited from xiiGALCommandQueue
 xiiGALCommandQueue (xiiGALDevice *pDevice, const xiiGALCommandQueueCreationDescription &creationDescription)
 

Friends

class xiiGALDeviceVulkan
 
class xiiMemoryUtils
 
class xiiGALCommandListVulkan
 

Additional Inherited Members

- Static Public Member Functions inherited from xiiNoBase
static const xiiRTTIGetStaticRTTI ()
 
- Protected Attributes inherited from xiiGALCommandQueue
xiiGALCommandQueueCreationDescription m_Description
 
xiiGALDevicem_pDevice
 

Member Function Documentation

◆ BeginCommandList()

xiiSharedPtr< xiiGALCommandList > xiiGALCommandQueueVulkan::BeginCommandList ( )
finaloverridevirtual

This begins a command list for recording commands.

Implements xiiGALCommandQueue.

◆ GetCompletedFenceValue()

virtual XII_ALWAYS_INLINE xiiUInt64 xiiGALCommandQueueVulkan::GetCompletedFenceValue ( )
inlinefinaloverridevirtual

This returns the last completed value of the internal fence.

Implements xiiGALCommandQueue.

◆ GetNextFenceValue()

virtual XII_ALWAYS_INLINE xiiUInt64 xiiGALCommandQueueVulkan::GetNextFenceValue ( ) const
inlinefinaloverridevirtual

This returns the value of the internal fence that will be signaled the next time.

Implements xiiGALCommandQueue.

◆ SetDebugNamePlatform()

void xiiGALCommandQueueVulkan::SetDebugNamePlatform ( xiiStringView sName) const
finaloverrideprotectedvirtual

Reimplemented from xiiGALObject.

◆ WaitForIdle()

xiiUInt64 xiiGALCommandQueueVulkan::WaitForIdle ( )
finaloverridevirtual

This blocks execution until all pending GPU commands are complete.

Implements xiiGALCommandQueue.


The documentation for this class was generated from the following files: