ID3D11CommandList Interface

The ID3D11CommandList interface encapsulates a list of graphics commands for play back.

Mitglieder

ID3D11CommandListSchnittstelle erbt von ID3D11DeviceChild. ID3D11CommandList umfasst auch die folgenden Typen von Mitgliedern:

  • Methoden

Methoden

ID3D11CommandListSchnittstelle umfasst die folgenden Methoden.

Methode Beschreibung
GetContextFlags

Gets the initialization flags associated with the deferred context that created the command list.

 

Hinweise

There is no explicit creation method, simply declare an ID3D11CommandList interface, then call ID3D11DeviceContext::FinishCommandList to record commands or ID3D11DeviceContext::ExecuteCommandList to play back commands.

Siehe auch

Core Interfaces