ID3D11CommandList interface
The ID3D11CommandList interface encapsulates a list of graphics commands for play back.
Members
The ID3D11CommandList interface inherits from ID3D11DeviceChild. ID3D11CommandList also has these types of members:
Methods
The ID3D11CommandList interface has these methods.
| Method | Description |
|---|---|
| GetContextFlags |
Gets the initialization flags associated with the deferred context that created the command list. |
Remarks
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.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also