Diligent Engine API Reference
Public Member Functions | List of all members
Diligent::BufferViewD3D12Impl Class Reference

Implementation of the Diligent::IBufferViewD3D12 interface. More...

Inheritance diagram for Diligent::BufferViewD3D12Impl:
Diligent::BufferViewBase< IBufferViewD3D12, FixedBlockMemoryAllocator > Diligent::DeviceObjectBase< IBufferViewD3D12, BufferViewDesc, FixedBlockMemoryAllocator > Diligent::ObjectBase< IBufferViewD3D12, FixedBlockMemoryAllocator > Diligent::RefCountedObject< IBufferViewD3D12, FixedBlockMemoryAllocator > Diligent::IBufferViewD3D12 Diligent::IBufferView Diligent::IDeviceObject Diligent::IObject

Public Member Functions

virtual void QueryInterface (const Diligent::INTERFACE_ID &IID, IObject **ppInterface)
 Queries the specific interface, see IObject::QueryInterface() for details.
 
virtual D3D12_CPU_DESCRIPTOR_HANDLE GetCPUDescriptorHandle () override
 Returns CPU descriptor handle of the internal Direct3D12 object.
 
- Public Member Functions inherited from Diligent::BufferViewBase< IBufferViewD3D12, FixedBlockMemoryAllocator >
 BufferViewBase (FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const BufferViewDesc &ViewDesc, class IBuffer *pBuffer, bool bIsDefaultView)
 
virtual IBufferGetBuffer () override final
 Implementation of IBufferView::GetBuffer()
 
- Public Member Functions inherited from Diligent::DeviceObjectBase< IBufferViewD3D12, BufferViewDesc, FixedBlockMemoryAllocator >
 DeviceObjectBase (FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const BufferViewDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false)
 
virtual const BufferViewDescGetDesc () const override final
 
UniqueIdentifier GetUniqueID () const
 Returns unique identifier. More...
 
- Public Member Functions inherited from Diligent::RefCountedObject< IBufferViewD3D12, FixedBlockMemoryAllocator >
virtual IReferenceCountersGetReferenceCounters () const override final
 
virtual Atomics::Long AddRef () override
 
virtual Atomics::Long Release () override
 

Additional Inherited Members

- Protected Attributes inherited from Diligent::BufferViewBase< IBufferViewD3D12, FixedBlockMemoryAllocator >
IBuffer *const m_pBuffer
 Pointer to the buffer.
 
Diligent::RefCntAutoPtr< IBufferm_spBuffer
 Strong reference to the buffer. Used for non-default views to keep the buffer alive.
 
- Protected Attributes inherited from Diligent::DeviceObjectBase< IBufferViewD3D12, BufferViewDesc, FixedBlockMemoryAllocator >
const String m_ObjectNameCopy
 Copy of a device object name. More...
 
BufferViewDesc m_Desc
 Object description.
 

Detailed Description

Implementation of the Diligent::IBufferViewD3D12 interface.