D3D12DDI_SET_WORK_GRAPH_FLAGS_0108 - NtDoc

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

typedef enum D3D12DDI_SET_WORK_GRAPH_FLAGS_0108 {
  D3D12DDI_SET_WORK_GRAPH_FLAG_NONE_0108,
  D3D12DDI_SET_WORK_GRAPH_FLAG_INITIALIZE_0108
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_set_work_graph_flags_0108)

Description

The D3D12DDI_SET_WORK_GRAPH_FLAGS_0108 enumeration specifies flags for setting the work graph.

Constants

D3D12DDI_SET_WORK_GRAPH_FLAG_NONE_0108

Indicates default behavior.

D3D12DDI_SET_WORK_GRAPH_FLAG_INITIALIZE_0108

Prepare backing store memory for an initial dispatch. This flag is set the first time a work graph is used with a particular backing memory allocation.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_SET_WORK_GRAPH_DESC_0108

PFND3D12DDI_SET_PROGRAM_0108