Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

D3D12DDI_SET_PROGRAM_DESC_0108 structure (d3d12umddi.h)

The D3D12DDI_SET_PROGRAM_DESC_0108 structure describes the program that PFND3D12DDI_SET_PROGRAM_0108 should set on a command list.

Syntax

typedef struct D3D12DDI_SET_PROGRAM_DESC_0108 {
 D3D12DDI_PROGRAM_TYPE_0108 Type;
 union {
 D3D12DDI_SET_GENERIC_PIPELINE_DESC_0108 GenericPipeline;
 D3D12DDI_SET_RAYTRACING_PIPELINE_DESC_0108 RaytracingPipeline;
 D3D12DDI_SET_WORK_GRAPH_DESC_0108 WorkGraph;
 };
} D3D12DDI_SET_PROGRAM_DESC_0108;

Members

Type

A D3D12DDI_PROGRAM_TYPE_0108 enumeration that specifies the type of program to set.

GenericPipeline

A D3D12DDI_SET_GENERIC_PIPELINE_DESC_0108 structure that describes the generic pipeline to set when Type is D3D12DDI_PROGRAM_TYPE_GENERIC_PIPELINE_0108.

RaytracingPipeline

A D3D12DDI_SET_RAYTRACING_PIPELINE_DESC_0108 structure that describes the raytracing pipeline to set when Type is D3D12DDI_PROGRAM_TYPE_RAYTRACING_PIPELINE_0108. Not currently supported.

WorkGraph

A D3D12DDI_SET_WORK_GRAPH_DESC_0108 structure that describes the work graph to set when Type is D3D12DDI_PROGRAM_TYPE_WORK_GRAPH_0108.

Remarks

For more information, see Work graphs.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3d12umddi.h

See also

D3D12DDI_PROGRAM_TYPE_0108

D3D12DDI_SET_GENERIC_PIPELINE_DESC_0108

D3D12DDI_SET_RAYTRACING_PIPELINE_DESC_0108

D3D12DDI_SET_WORK_GRAPH_DESC_0108

PFND3D12DDI_SET_PROGRAM_0108


Feedback

Was this page helpful?

Additional resources