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

Public Member Functions

XII_ALWAYS_INLINE vk::Pipeline GetVulkanPipeline () const
 
XII_ALWAYS_INLINE vk::PipelineCache GetVulkanPipelineCache () const
 
XII_ALWAYS_INLINE vk::PipelineLayout GetVulkanPipelineLayout () const
 
XII_ALWAYS_INLINE vk::PipelineBindPoint GetVulkanPipelineBindPoint () const
 
- Public Member Functions inherited from xiiGALComputePipelineState
XII_ALWAYS_INLINE const xiiGALComputePipelineStateCreationDescriptionGetDescription () const
 This returns the creation description for this object.
 
- Public Member Functions inherited from xiiGALPipelineState
XII_ALWAYS_INLINE const xiiGALPipelineStateCreationDescriptionGetDescription () const
 This returns the creation description for this object.
 
- Public Member Functions inherited from xiiGALDeviceObject
XII_ALWAYS_INLINE xiiSharedPtr< xiiGALDeviceGetDevice () const
 Returns the xiiGALDevice that created this resource.
 
- 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

 xiiGALComputePipelineStateVulkan (xiiSharedPtr< xiiGALDeviceVulkan > pDeviceVulkan, const xiiGALComputePipelineStateCreationDescription &creationDescription)
 
virtual xiiResult InitPlatform () override final
 
virtual void SetDebugNamePlatform (xiiStringView sName) const override final
 
- Protected Member Functions inherited from xiiGALComputePipelineState
 xiiGALComputePipelineState (xiiSharedPtr< xiiGALDevice > pDevice, const xiiGALComputePipelineStateCreationDescription &creationDescription)
 
- Protected Member Functions inherited from xiiGALPipelineState
 xiiGALPipelineState (xiiSharedPtr< xiiGALDevice > pDevice, const xiiGALPipelineStateCreationDescription &creationDescription)
 
- Protected Member Functions inherited from xiiGALDeviceObject
 xiiGALDeviceObject (xiiSharedPtr< xiiGALDevice > pDevice)
 

Friends

class xiiGALDeviceVulkan
 
class xiiMemoryUtils
 

Additional Inherited Members

- Static Public Member Functions inherited from xiiNoBase
static const xiiRTTIGetStaticRTTI ()
 
- Protected Attributes inherited from xiiGALComputePipelineState
xiiGALComputePipelineStateCreationDescription m_Description
 
- Protected Attributes inherited from xiiGALPipelineState
xiiGALPipelineStateCreationDescription m_Description
 
- Protected Attributes inherited from xiiGALDeviceObject
xiiSharedPtr< xiiGALDevicem_pDevice
 

Member Function Documentation

◆ InitPlatform()

xiiResult xiiGALComputePipelineStateVulkan::InitPlatform ( )
finaloverrideprotectedvirtual

◆ SetDebugNamePlatform()

void xiiGALComputePipelineStateVulkan::SetDebugNamePlatform ( xiiStringView sName) const
finaloverrideprotectedvirtual

Reimplemented from xiiGALObject.


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