D3D12DDI_PROGRAM_IDENTIFIER_0108 - NtDoc

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

typedef struct D3D12DDI_PROGRAM_IDENTIFIER_0108 {
  UINT64 OpaqueData[4];
} D3D12DDI_PROGRAM_IDENTIFIER_0108;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_PROGRAM_IDENTIFIER_0108 structure describes a program identifier for a state object.

Members

OpaqueData[4]

Device-specific program identifier. This value is global in process.

Remarks

A program identifier allows for a given state object to contain multiple programs (including work graphs) that are distingushed by their program name. It also means that programs such as work graphs can be identified on the GPU.

For more information, see Work graphs.

See also

PFNDDI_GET_PROGRAM_IDENTIFIER_0108