DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY - NtDoc

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

typedef enum _DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY {
  DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR,
  DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH
} DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_multiplane_overlay_stretch_quality)

_DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY enumeration

Description

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

Constants

DXGK_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.

DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH

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