|
Diligent Engine API Reference
|
Implementation of the Diligent::ICommandList interface. More...
Additional Inherited Members | |
Public Member Functions inherited from Diligent::CommandListBase< ICommandList > | |
| CommandListBase (IReferenceCounters *pRefCounters, IRenderDevice *pDevice, bool bIsDeviceInternal=false) | |
Public Member Functions inherited from Diligent::DeviceObjectBase< ICommandList, CommandListDesc > | |
| DeviceObjectBase (IReferenceCounters *pRefCounters, IRenderDevice *pDevice, const CommandListDesc &ObjDesc, bool bIsDeviceInternal=false) | |
| virtual const CommandListDesc & | GetDesc () const override final |
| UniqueIdentifier | GetUniqueID () const |
| Returns unique identifier. More... | |
Public Member Functions inherited from Diligent::IDeviceObject | |
| virtual void | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
| Queries the specific interface, see IObject::QueryInterface() for details. | |
Protected Attributes inherited from Diligent::DeviceObjectBase< ICommandList, CommandListDesc > | |
| const String | m_ObjectNameCopy |
| Copy of a device object name. More... | |
| CommandListDesc | m_Desc |
| Object description. | |
Implementation of the Diligent::ICommandList interface.