Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The D3D12DDI_SET_WORK_GRAPH_FLAGS_0084 enumeration specifies flags for setting the work graph.
Syntax
typedef enum D3D12DDI_SET_WORK_GRAPH_FLAGS_0084 {
D3D12DDI_SET_WORK_GRAPH_FLAG_NONE_0084,
D3D12DDI_SET_WORK_GRAPH_FLAG_INITIALIZE_0084
} ;
Constants
D3D12DDI_SET_WORK_GRAPH_FLAG_NONE_0084Indicates default behavior. |
D3D12DDI_SET_WORK_GRAPH_FLAG_INITIALIZE_0084Prepare 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.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12umddi.h |