PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0033 - NtDoc

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

PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0033 Pfnd3d12ddiCalcPrivatePipelineStateSize0033;

SIZE_T Pfnd3d12ddiCalcPrivatePipelineStateSize0033(
  D3D12DDI_HDEVICE unnamedParam1,
  const D3D12DDIARG_CREATE_PIPELINE_STATE_0033 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_CALC_PRIVATE_PIPELINE_STATE_SIZE_0033 callback function

Description

Used to calculate the pipeline state size.

Parameters

unnamedParam1

hDevice

A handle to the display device (graphics context).

unnamedParam2

d3d12ddiarg_create_pipeline_state_0033 [in]

Used to create a pipeline state.

Return value

The size in bytes of the state size.