D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT - NtDoc

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

typedef enum D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT {
  D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT,
  D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_video_processor_format_support)

D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT enumeration

Description

Specifies how a video format can be used for video processing.

Constants

D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT

The format can be used as the input to the video processor.

D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT

The format can be used as the output from the video processor.