Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_BILINEARWhen 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_HIGHWhen 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) |