PFND3D12DDI_SET_ROOT_SIGNATURE - NtDoc

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

PFND3D12DDI_SET_ROOT_SIGNATURE Pfnd3d12ddiSetRootSignature;

VOID Pfnd3d12ddiSetRootSignature(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  D3D12DDI_HROOTSIGNATURE unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_SET_ROOT_SIGNATURE callback function

Description

Sets the root signature.

Parameters

unnamedParam1

A handle to a command list.

unnamedParam2

A handle to a root signature.

Prototype

//Declaration

PFND3D12DDI_SET_ROOT_SIGNATURE Pfnd3d12ddiSetRootSignature;

// Definition

VOID Pfnd3d12ddiSetRootSignature
(
    D3D12DDI_HCOMMANDLIST Arg1
    D3D12DDI_HROOTSIGNATURE Arg2
)
{...}

Remarks

See also