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

Command list interface. More...

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

Additional Inherited Members

- 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.
 
virtual const DeviceObjectAttribsGetDesc () const =0
 Returns the buffer object description.
 

Detailed Description

Command list interface.

Command list has no methods. When command list recording is finished, it is executed by IDeviceContext::ExecuteCommandList().