D3DDDI_MULTIPLANE_OVERLAY_STRETCH_QUALITY - NtDoc

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

typedef enum D3DDDI_MULTIPLANE_OVERLAY_STRETCH_QUALITY {
  D3DDDI_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR,
  D3DDDI_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-d3dddi_multiplane_overlay_stretch_quality)

D3DDDI_MULTIPLANE_OVERLAY_STRETCH_QUALITY enumeration

Description

Identifies filtering processes that the hardware should perform when it stretches or shrinks multiplane overlay data.

Constants

D3DDDI_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR

When the hardware stretches or shrinks the data, it should perform bilinear filtering. If the hardware lacks enough resources to perform bilinear shrinking, the user-mode display driver can use point sampling.

D3DDDI_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH

When the hardware stretches or shrinks the data, it should perform the highest quality filtering that it supports.