PFND3DWDDM2_0DDI_CHECKVIDEOPROCESSORFORMATCONVERSION - NtDoc

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

PFND3DWDDM2_0DDI_CHECKVIDEOPROCESSORFORMATCONVERSION Pfnd3dwddm20DdiCheckvideoprocessorformatconversion;

VOID Pfnd3dwddm20DdiCheckvideoprocessorformatconversion(
  D3D10DDI_HDEVICE hDevice,
  D3D11_1DDI_HVIDEOPROCESSORENUM hProcessorEnum,
  D3DWDDM2_0DDI_CHECK_VIDEO_PROCESSOR_FORMAT_CONVERSION *pConversion
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DWDDM2_0DDI_CHECKVIDEOPROCESSORFORMATCONVERSION callback function

Description

Indicates whether the driver supports a specific format/color-space conversion combination. This function must be implemented by Windows Display Driver Model (WDDM) 2.0 or later drivers.

Parameters

hDevice

A handle to the display device (graphics context). The Direct3D runtime passed the user-mode driver this handle as the hDevice member of the D3DDDIARG_CREATEDEVICE structure at device creation.

hProcessorEnum

A handle to a video processor enumeration object that was created through a call to the CreateVideoProcessorEnum function.

pConversion

A pointer to a D3DWDDM2_0DDI_CHECK_VIDEO_PROCESSOR_FORMAT_CONVERSION structure that contains the input and output format/color-space combination.

See also

CreateVideoProcessorEnum

D3DDDIARG_CREATEDEVICE

D3DWDDM2_0DDI_CHECK_VIDEO_PROCESSOR_FORMAT_CONVERSION