D3D11DDIARG_CREATECOMMANDLIST structure (d3d10umddi.h)
The D3D11DDIARG_CREATECOMMANDLIST structure contains a handle to the deferred context that was created by the CreateDeferredContext function.
Syntax
typedef struct D3D11DDIARG_CREATECOMMANDLIST {
[in] D3D10DDI_HDEVICE hDeferredContext;
} D3D11DDIARG_CREATECOMMANDLIST;
Members
[in] hDeferredContext
A handle to the deferred context.
Requirements
Requirement | Value |
---|---|
Minimum supported client | D3D11DDIARG_CREATECOMMANDLIST is supported beginning with the Windows 7 operating system. |
Header | d3d10umddi.h (include D3d10umddi.h) |