Diligent Engine API Reference
|
Implementation of the Diligent::ICommandList interface. More...
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 IReferenceCounters * | GetReferenceCounters () 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. | |
Implementation of the Diligent::ICommandList interface.