D3DKMT_MULTIPLANE_OVERLAY_FLAGS - NtDoc

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

typedef enum D3DKMT_MULTIPLANE_OVERLAY_FLAGS {
  D3DKMT_MULTIPLANE_OVERLAY_FLAG_VERTICAL_FLIP,
  D3DKMT_MULTIPLANE_OVERLAY_FLAG_HORIZONTAL_FLIP,
  D3DKMT_MULTIPLANE_OVERLAY_FLAG_STATIC_CHECK
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-d3dkmt_multiplane_overlay_flags)

D3DKMT_MULTIPLANE_OVERLAY_FLAGS enumeration

Description

Multiplane overlay flags.

Constants

D3DKMT_MULTIPLANE_OVERLAY_FLAG_VERTICAL_FLIP

Vertical flip.

D3DKMT_MULTIPLANE_OVERLAY_FLAG_HORIZONTAL_FLIP

Horizontal flip.

D3DKMT_MULTIPLANE_OVERLAY_FLAG_STATIC_CHECK

Static check.

Remarks

See also