PFND3D12DDI_SET_PIPELINE_STATE1_0054 - NtDoc

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

PFND3D12DDI_SET_PIPELINE_STATE1_0054 Pfnd3d12ddiSetPipelineState10054;

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

NtDoc

No description available.

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

PFND3D12DDI_SET_PIPELINE_STATE1_0054 callback function

Description

Sets the pipeline state.

Parameters

unnamedParam1

A handle to the command list.

unnamedParam2

A handle to the state object.

Prototype

//Declaration

PFND3D12DDI_SET_PIPELINE_STATE1_0054 Pfnd3d12ddiSetPipelineState10054;

// Definition

VOID Pfnd3d12ddiSetPipelineState10054
(
    D3D12DDI_HCOMMANDLIST Arg1
    D3D12DDI_HSTATEOBJECT_0054 Arg2
)
{...}

Remarks

See also