Leggere in inglese

Condividi tramite


struttura D3D11DDIARG_CREATECOMMANDLIST (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;

Membri

[in] hDeferredContext

Handle per il contesto posticipato.

Fabbisogno

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

Vedere anche

CreateDeferredContext