// d3dkmthk.h
typedef struct _D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3 {
UINT Flags;
RECT SrcRect;
RECT DstRect;
RECT ClipRect;
D3DDDI_ROTATION Rotation;
D3DKMT_MULTIPLANE_OVERLAY_BLEND Blend;
UINT DirtyRectCount;
RECT *pDirtyRects;
D3DDDI_COLOR_SPACE_TYPE ColorSpace;
DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY StretchQuality;
UINT SDRWhiteLevel;
} D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3;
View the official Windows Driver Kit DDI referenceNo description available.
Contains multiplane overlay attributes.
FlagsFlag options.
SrcRectSpecifies the source rectangle.
DstRectSpecifies the destination rectangle.
ClipRectSpecifies any additional clipping.
RotationSpecifies the clockwise rotation of the overlay plane.
BlendSpecifies the blend mode that applies to this overlay plane and the plane beneath it.
DirtyRectCountThe number of dirty rectangles.
pDirtyRectsA pointer to an array of dirty rectangles.
ColorSpaceThe color space of the data.
StretchQualityStretch quality.
SDRWhiteLevelSDR (standard dynamic range) white level.