D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION_FLAGS structure (d3dkmthk.h)

Multiplane overlay post composition flags.

Syntax

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;

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.

Requirements

Requirement Value
Header d3dkmthk.h