Diligent Engine API Reference
List of all members
Diligent::CommandListD3D12Impl Class Reference

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

Inheritance diagram for Diligent::CommandListD3D12Impl:
Diligent::CommandListBase< ICommandList, FixedBlockMemoryAllocator > Diligent::DeviceObjectBase< ICommandList, CommandListDesc, FixedBlockMemoryAllocator > Diligent::ObjectBase< ICommandList, FixedBlockMemoryAllocator > Diligent::RefCountedObject< ICommandList, FixedBlockMemoryAllocator > Diligent::ICommandList Diligent::IDeviceObject Diligent::IObject

Additional Inherited Members

- Public Member Functions inherited from Diligent::CommandListBase< ICommandList, FixedBlockMemoryAllocator >
 CommandListBase (FixedBlockMemoryAllocator &ObjAllocator, IRenderDevice *pDevice, bool bIsDeviceInternal=false)
 
- Public Member Functions inherited from Diligent::DeviceObjectBase< ICommandList, CommandListDesc, FixedBlockMemoryAllocator >
 DeviceObjectBase (FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const CommandListDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false)
 
virtual const CommandListDesc & GetDesc () const override final
 
UniqueIdentifier GetUniqueID () const
 Returns unique identifier. More...
 
- Public Member Functions inherited from Diligent::ObjectBase< ICommandList, FixedBlockMemoryAllocator >
virtual void QueryInterface (const Diligent::INTERFACE_ID &IID, IObject **ppInterface)
 
- Public Member Functions inherited from Diligent::RefCountedObject< ICommandList, FixedBlockMemoryAllocator >
virtual IReferenceCountersGetReferenceCounters () const override final
 
virtual Atomics::Long AddRef () override
 
virtual Atomics::Long Release () override
 
- Protected Attributes inherited from Diligent::DeviceObjectBase< ICommandList, CommandListDesc, FixedBlockMemoryAllocator >
const String m_ObjectNameCopy
 Copy of a device object name. More...
 
CommandListDesc m_Desc
 Object description.
 

Detailed Description

Implementation of the Diligent::ICommandList interface.