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

Top-level acceleration structure object implementation in Direct3D12 backend. More...

#include <TopLevelASD3D12Impl.hpp>

Inheritance diagram for Diligent::TopLevelASD3D12Impl:
Diligent::TopLevelASBase< EngineD3D12ImplTraits > Diligent::D3D12ResourceBase Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType > Diligent::ObjectBase< BaseInterface > Diligent::RefCountedObject< BaseInterface >

Public Member Functions

virtual ID3D12Resource *DILIGENT_CALL_TYPE GetD3D12TLAS () override final
 Implementation of ITopLevelASD3D12D3D12::GetD3D12TLAS().
virtual Uint64 DILIGENT_CALL_TYPE GetNativeHandle () override final
 Implementation of ITopLevelASD3D12::GetNativeHandle() in Direct3D12 backend.
virtual D3D12_CPU_DESCRIPTOR_HANDLE DILIGENT_CALL_TYPE GetCPUDescriptorHandle () override final
 Implementation of ITopLevelASD3D12::GetCPUDescriptorHandle() in Direct3D12 backend.
Public Member Functions inherited from Diligent::TopLevelASBase< EngineD3D12ImplTraits >
 TopLevelASBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const TopLevelASDesc &Desc, bool bIsDeviceInternal=false)
virtual Bool DILIGENT_CALL_TYPE GetInstanceDesc (const char *Name, TLASInstanceDesc &Desc) const override final
 Implementation of ITopLevelAS::GetInstanceDesc().
virtual const TLASBuildInfo &DILIGENT_CALL_TYPE GetBuildInfo () const override final
 Implementation of ITopLevelAS::GetBuildInfo().
virtual void DILIGENT_CALL_TYPE SetState (RESOURCE_STATE State) override final
 Implementation of ITopLevelAS::SetState().
virtual RESOURCE_STATE DILIGENT_CALL_TYPE GetState () const override final
 Implementation of ITopLevelAS::GetState().
virtual const ScratchBufferSizes &DILIGENT_CALL_TYPE GetScratchBufferSizes () const override final
 Implementation of ITopLevelAS::GetScratchBufferSizes().
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.
Protected Attributes inherited from Diligent::D3D12ResourceBase
CComPtr< ID3D12Resource > m_pd3d12Resource
 D3D12 resource object.

Detailed Description

Top-level acceleration structure object implementation in Direct3D12 backend.