D3DDDI_MULTIPLANE_OVERLAY_FLAGS - NtDoc

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

typedef enum _D3DDDI_MULTIPLANE_OVERLAY_FLAGS {
  D3DDDI_MULTIPLANE_OVERLAY_FLAG_VERTICAL_FLIP,
  D3DDDI_MULTIPLANE_OVERLAY_FLAG_HORIZONTAL_FLIP
} D3DDDI_MULTIPLANE_OVERLAY_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-_d3dddi_multiplane_overlay_flags)

_D3DDDI_MULTIPLANE_OVERLAY_FLAGS enumeration

Description

Identifies a flip operation to be performed on an overlay plane.

Constants

D3DDDI_MULTIPLANE_OVERLAY_FLAG_VERTICAL_FLIP

The overlay plane should flip the data vertically, making it appear upside-down.

D3DDDI_MULTIPLANE_OVERLAY_FLAG_HORIZONTAL_FLIP

The overlay plane should flip the data horizontally, making it appear as a right-to-left mirror image.