DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY enumeration (d3dkmddi.h)
Identifies filtering processes that the hardware should perform when it stretches or shrinks multiplane overlay data.
Syntax
typedef enum _DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY {
DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY_BILINEAR,
DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY_HIGH
} DXGK_MULTIPLANE_OVERLAY_STRETCH_QUALITY;
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. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | d3dkmddi.h (include D3dkmddi.h) |