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

Public Member Functions

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 xiiUInt64 GetCompletedFenceValue () override final
 This returns the last completed value of the internal fence.
 
XII_ALWAYS_INLINE const xiiGALQueueInformationVulkanGetQueueInformation () const
 
XII_ALWAYS_INLINE xiiGALCpuWaitOnlyFenceVulkanGetWaitOnlyFence () const
 
virtual xiiUInt64 SubmitPlatform (xiiSharedPtr< xiiGALCommandList > pCommandList) override final
 
virtual xiiUInt64 WaitForIdle () override final
 This blocks execution until all pending GPU commands are complete.
 
- 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.
 
virtual xiiUInt64 Submit (xiiSharedPtr< xiiGALCommandList > pCommandList)
 Submits a recorded command list to the GPU queue for execution.
 
- 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)
 
- Protected Member Functions inherited from xiiGALCommandQueue
 xiiGALCommandQueue (xiiGALDevice *pDevice, const xiiGALCommandQueueCreationDescription &creationDescription)
 
- Protected Member Functions inherited from xiiGALObject
virtual XII_ALWAYS_INLINE void SetDebugNamePlatform (xiiStringView sName) const
 

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

◆ GetCompletedFenceValue()

xiiUInt64 xiiGALCommandQueueVulkan::GetCompletedFenceValue ( )
finaloverridevirtual

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.

◆ SubmitPlatform()

xiiUInt64 xiiGALCommandQueueVulkan::SubmitPlatform ( xiiSharedPtr< xiiGALCommandList > pCommandList)
finaloverridevirtual

Implements xiiGALCommandQueue.

◆ 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: