PFND3D12DDI_SET_PROGRAM_0108 - NtDoc

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

PFND3D12DDI_SET_PROGRAM_0108 Pfnd3d12ddiSetProgram0108;

void Pfnd3d12ddiSetProgram0108(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  const D3D12DDI_SET_PROGRAM_DESC_0108 *pDesc
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_set_program_0108)

Description

Parameters

UMD's PFND3D12DDI_SET_PROGRAM_0108 function sets a program on a command list.

unnamedParam1

[in] Handle to the command list in which to record the program.

pDesc

[in] Pointer to a D3D12DDI_SET_PROGRAM_DESC_0108 structure that describes the program.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_SET_PROGRAM_DESC_0108