D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS - NtDoc

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

typedef struct _D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS {
  union {
    struct {
      UINT VerticalFlip : 1;
      UINT HorizontalFlip : 1;
      UINT Reserved : 30;
    };
    UINT Value;
  };
} D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS structure

Description

Multiplane overlay post composition flags.

Members

VerticalFlip

The overlay plane should flip the data vertically.

HorizontalFlip

The overlay plane should flip the data horizontally.

Reserved

Reserved for internal use.

Value

The value used to operate over the other members.

Remarks

See also