Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 1.73 KB

nc-d3d12umddi-pfnd3d12ddi_calc_private_pipeline_state_size_0001.md

File metadata and controls

83 lines (63 loc) · 1.73 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name dev_langs
NC:d3d12umddi.PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001
PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001 (d3d12umddi.h)
The PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001 callback function calculates the pipeline state size.
10/19/2018
PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001 callback function
d3d12umddi.h
Windows
display
RS5
PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001
d3d12umddi/PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001
apiref
UserDefined
d3d12umddi.h
PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001
c++

PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001 callback function

-description

Used to calculate the pipeline state size.

-parameters

-param unnamedParam1

A handle to the display device (graphics context).

-param unnamedParam2

Used to create a pipeline state.

-returns

The size in bytes of the state size.

-prototype

//Declaration

PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001 Pfnd3d12ddiCalcPrivatePipelineStateSize0001; 

// Definition

SIZE_T Pfnd3d12ddiCalcPrivatePipelineStateSize0001 
(
	 D3D12DDI_HDEVICE
	CONST D3D12DDIARG_CREATE_PIPELINE_STATE_0001 *
)
{...}

PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0001