Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::PipelineStateCacheD3D12Impl Class Referencefinal

Pipeline state cache implementation in Direct3D12 backend. More...

#include <PipelineStateCacheD3D12Impl.hpp>

Inheritance diagram for Diligent::PipelineStateCacheD3D12Impl:
Diligent::PipelineStateCacheBase< EngineD3D12ImplTraits > Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType > Diligent::ObjectBase< BaseInterface > Diligent::RefCountedObject< BaseInterface >

Public Member Functions

virtual void DILIGENT_CALL_TYPE GetData (IDataBlob **ppBlob) override final
 Implementation of IPipelineStateCache::GetData().
 
- Public Member Functions inherited from Diligent::PipelineStateCacheBase< EngineD3D12ImplTraits >
 PipelineStateCacheBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const PipelineStateCacheCreateInfo &CreateInfo, bool bIsDeviceInternal=false)
 
 PipelineStateCacheBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const PipelineStateCacheCreateInfo &CreateInfo, bool bIsDeviceInternal=false)
 
- Public Member Functions inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType >
 DeviceObjectBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const ObjectDescType &ObjDesc, bool bIsDeviceInternal=false)
 
virtual Int32 DILIGENT_CALL_TYPE GetUniqueID () const override final
 Returns unique identifier.
 
virtual void DILIGENT_CALL_TYPE SetUserData (IObject *pUserData) override final
 Implementation of IDeviceObject::SetUserData.
 
virtual IObject *DILIGENT_CALL_TYPE GetUserData () const override final
 Implementation of IDeviceObject::GetUserData.
 

Additional Inherited Members

- Protected Attributes inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType >
RenderDeviceImplType *const m_pDevice
 Pointer to the device.
 
ObjectDescType m_Desc
 Object description.
 

Detailed Description

Pipeline state cache implementation in Direct3D12 backend.