D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION - NtDoc

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

typedef struct _D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION {
  D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS Flags;
  RECT                                             SrcRect;
  RECT                                             DstRect;
  D3DDDI_ROTATION                                  Rotation;
} D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_multiplane_overlay_post_composition)

_D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION structure

Description

Contains multiplane overly post composition info.

Members

Flags

Flag options.

SrcRect

Specifies the source rectangle.

DstRect

Specifies the destination rectangle.

Rotation

Specifies the clockwise rotation of the overlay plane.

Remarks

See also