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

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

Inheritance diagram for Diligent::CommandListD3D11Impl:
Diligent::CommandListBase< ICommandList > Diligent::DeviceObjectBase< ICommandList, CommandListDesc > Diligent::ObjectBase< ICommandList > Diligent::RefCountedObject< ICommandList > Diligent::ICommandList Diligent::IDeviceObject

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.
 

Detailed Description

Implementation of the Diligent::ICommandListD3D11 interface.