ID3D11CommandList interface (d3d11.h)
The ID3D11CommandList interface encapsulates a list of graphics commands for play back.
Inheritance
The ID3D11CommandList interface inherits from ID3D11DeviceChild. ID3D11CommandList also has these types of members:
Methods
The ID3D11CommandList interface has these methods.
ID3D11CommandList::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
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | d3d11.h |