Share via


D3D11DDIARG_CREATECOMMANDLIST struttura (d3d10umddi.h)

La struttura D3D11DDIARG_CREATECOMMANDLIST contiene un handle per il contesto posticipato creato dalla funzione CreateDeferredContext .

Sintassi

typedef struct D3D11DDIARG_CREATECOMMANDLIST {
  [in] D3D10DDI_HDEVICE hDeferredContext;
} D3D11DDIARG_CREATECOMMANDLIST;

Members

[in] hDeferredContext

Handle per il contesto posticipato.

Requisiti

Requisito Valore
Client minimo supportato D3D11DDIARG_CREATECOMMANDLIST è supportato a partire dal sistema operativo Windows 7.
Intestazione d3d10umddi.h (include D3d10umddi.h)

Vedi anche

CreateDeferredContext