D3D12DDIARG_RESETCOMMANDLIST_0040 - NtDoc

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

typedef struct D3D12DDIARG_RESETCOMMANDLIST_0040 {
  D3D12DDI_HCOMMANDRECORDER_0040 hDrvCommandRecorder;
  UINT64                         ID;
  D3D12DDI_COMMAND_LIST_FLAGS    CommandListFlags;
} D3D12DDIARG_RESETCOMMANDLIST_0040;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddiarg_resetcommandlist_0040)

D3D12DDIARG_RESETCOMMANDLIST_0040 structure

Description

Reset the command list.

Members

hDrvCommandRecorder

The driver command recorder.

ID

The command recorder id.

CommandListFlags

The command list flags.