// 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 referenceNo description available.
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.
hDeviceA 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.
hProcessorEnumA handle to a video processor enumeration object that was created through a call to the CreateVideoProcessorEnum function.
pConversionA pointer to a D3DWDDM2_0DDI_CHECK_VIDEO_PROCESSOR_FORMAT_CONVERSION structure that contains the input and output format/color-space combination.
D3DWDDM2_0DDI_CHECK_VIDEO_PROCESSOR_FORMAT_CONVERSION