Diligent::IBottomLevelASD3D12 struct

Exposes Direct3D12-specific functionality of a bottom-level acceleration structure object.

Contents

Base classes

struct IBottomLevelAS
Bottom-level AS interface.

Public functions

auto GetD3D12BLAS() -> ID3D12Resource*METHOD() virtual
Returns ID3D12Resource interface of the internal D3D12 acceleration structure object.

Function documentation

ID3D12Resource*METHOD() Diligent::IBottomLevelASD3D12::GetD3D12BLAS() virtual

Returns ID3D12Resource interface of the internal D3D12 acceleration structure object.

The method does NOT call AddRef() on the returned interface, so Release() must not be called.