D3D12DDI_SET_GENERIC_PIPELINE_DESC_0108 - NtDoc

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

typedef struct D3D12DDI_SET_GENERIC_PIPELINE_DESC_0108 {
  D3D12DDI_PROGRAM_IDENTIFIER_0108 ProgramIdentifier;
} D3D12DDI_SET_GENERIC_PIPELINE_DESC_0108;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_SET_GENERIC_PIPELINE_DESC_0108 structure describes a generic pipeline to set when the Type field of a D3D12DDI_SET_PROGRAM_DESC_0108 structure is D3D12DDI_PROGRAM_TYPE_GENERIC_PIPELINE_0108.

Members

ProgramIdentifier

A D3D12DDI_PROGRAM_IDENTIFIER_0108 structure that identifies the program to set.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_SET_PROGRAM_DESC_0108

PFND3D12DDI_SET_PROGRAM_0108