PFND3D12DDI_SET_PROGRAM_0084 callback function (d3d12umddi.h)

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

Syntax

PFND3D12DDI_SET_PROGRAM_0084 Pfnd3d12ddiSetProgram0084;

void Pfnd3d12ddiSetProgram0084(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  const D3D12DDI_SET_PROGRAM_DESC_0084 *pDesc
)
{...}

Parameters

unnamedParam1

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

pDesc

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

Return value

None

Remarks

For more information, see Work graphs.

Requirements

Requirement Value
Header d3d12umddi.h

See also

D3D12DDI_SET_PROGRAM_DESC_0084