PFND3D11_1DDI_CALCPRIVATEVIDEOPROCESSOROUTPUTVIEWSIZE - NtDoc

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

PFND3D11_1DDI_CALCPRIVATEVIDEOPROCESSOROUTPUTVIEWSIZE Pfnd3d111DdiCalcprivatevideoprocessoroutputviewsize;

SIZE_T Pfnd3d111DdiCalcprivatevideoprocessoroutputviewsize(
  D3D10DDI_HDEVICE unnamedParam1,
  const D3D11_1DDIARG_CREATEVIDEOPROCESSOROUTPUTVIEW *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3d11_1ddi_calcprivatevideoprocessoroutputviewsize)

PFND3D11_1DDI_CALCPRIVATEVIDEOPROCESSOROUTPUTVIEWSIZE callback function

Description

Returns the number of bytes that the driver requires to store private data for the video processor output view state.

Parameters

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

pView [in]

A pointer to a D3D11_1DDIARG_CREATEVIDEOPROCESSOROUTPUTVIEW structure that describes the video processor output view.

Return value

The required number of bytes for the video processor output view state.

Remarks

The runtime will validate the members of the D3D11_1DDIARG_CREATEVIDEOPROCESSOROUTPUTVIEW structure before it calls this function. In particular, the runtime verifies that the specified view is supported as a video processor output format and the D3D11_DDI_BIND_RENDER_TARGET flag is set.

This function is not expected to fail.

See also

D3D11_1DDIARG_CREATEVIDEOPROCESSOROUTPUTVIEW