// d3d12umddi.h
typedef struct D3D12DDI_PROGRAM_IDENTIFIER_0108 {
UINT64 OpaqueData[4];
} D3D12DDI_PROGRAM_IDENTIFIER_0108;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_PROGRAM_IDENTIFIER_0108 structure describes a program identifier for a state object.
OpaqueData[4]Device-specific program identifier. This value is global in process.
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.
PFNDDI_GET_PROGRAM_IDENTIFIER_0108