DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY - NtDoc

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

typedef enum _DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY {
  DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR,
  DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH
} DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_dxgkmt_multiplane_overlay_stretch_quality)

_DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY enumeration

Description

Multiplane overlay stretch quality.

Constants

DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR

Bilinear.

DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH

High quality.

Remarks

See also