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