D3D11DDIARG_CREATECOMMANDLIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D11DDIARG_CREATECOMMANDLIST {
  [in] D3D10DDI_HDEVICE hDeferredContext;
} D3D11DDIARG_CREATECOMMANDLIST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11ddiarg_createcommandlist)

D3D11DDIARG_CREATECOMMANDLIST structure

Description

The D3D11DDIARG_CREATECOMMANDLIST structure contains a handle to the deferred context that was created by the CreateDeferredContext function.

Members

hDeferredContext [in]

A handle to the deferred context.

See also

CreateDeferredContext