Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 2.36 KB

nn-d3d11-id3d11commandlist.md

File metadata and controls

70 lines (57 loc) · 2.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:d3d11.ID3D11CommandList
ID3D11CommandList (d3d11.h)
The ID3D11CommandList interface encapsulates a list of graphics commands for play back.
6f498894-85b1-fe5f-e486-d12c2cb7a180
ID3D11CommandList
ID3D11CommandList interface [Direct3D 11]
ID3D11CommandList interface [Direct3D 11]
described
d3d11/ID3D11CommandList
direct3d11.id3d11commandlist
direct3d11\id3d11commandlist.htm
direct3d11
432f1d21-bf13-4569-9c8f-04f5d2845150
12/05/2018
6f498894-85b1-fe5f-e486-d12c2cb7a180, ID3D11CommandList, ID3D11CommandList interface [Direct3D 11], ID3D11CommandList interface [Direct3D 11],described, d3d11/ID3D11CommandList, direct3d11.id3d11commandlist
d3d11.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
D3D11.lib
Windows
19H1
ID3D11CommandList
d3d11/ID3D11CommandList
c++
APIRef
kbSyntax
COM
D3D11.lib
D3D11.dll
ID3D11CommandList

ID3D11CommandList interface

-description

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:

-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.

-see-also

Core Interfaces

ID3D11DeviceChild