PFND3D12DDI_GET_PROGRAM_IDENTIFIER_0108 callback function (d3d12umddi.h)
UMD's PFND3D12DDI_GET_PROGRAM_IDENTIFIER_0108 function retrieves an identifier for a program within a state object.
Syntax
PFND3D12DDI_GET_PROGRAM_IDENTIFIER_0108 Pfnd3d12ddiGetProgramIdentifier0108;
D3D12DDI_PROGRAM_IDENTIFIER_0108 Pfnd3d12ddiGetProgramIdentifier0108(
D3D12DDI_HSTATEOBJECT_0054 unnamedParam1,
LPCWSTR pProgramName
)
{...}
Parameters
unnamedParam1
[in] A D3D12DDI_HSTATEOBJECT_0054 handle to the state object for which the program identifier is being queried.
pProgramName
[in] Pointer to a string that specifies the name of the program, such as a work graph, for which to retrieve the program identifier.
Return value
PFND3D12DDI_GET_PROGRAM_IDENTIFIER_0108 returns a D3D12DDI_PROGRAM_IDENTIFIER_0108 structure that contains the program identifier for the program within the state object.
Remarks
For more information, see Work graphs.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 (WDDM 3.2) |
Header | d3d12umddi.h |