D3DDDI_COMPOSERECTSOP enumeration (d3dumddi.h)

Describes the ways in which to compose rectangle areas.

Syntax

typedef enum _D3DDDI_COMPOSERECTSOP {
  D3DDDICOMPOSERECTS_COPY,
  D3DDDICOMPOSERECTS_OR,
  D3DDDICOMPOSERECTS_AND,
  D3DDDICOMPOSERECTS_NEG,
  D3DDDICOMPOSERECTS_FORCE_UINT
} D3DDDI_COMPOSERECTSOP;

Constants

 
D3DDDICOMPOSERECTS_COPY
Copy.
D3DDDICOMPOSERECTS_OR
Use an OR.
D3DDDICOMPOSERECTS_AND
Use an AND.
D3DDDICOMPOSERECTS_NEG
Use NEG.
D3DDDICOMPOSERECTS_FORCE_UINT
Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. You should not use this value.

Requirements

Requirement Value
Header d3dumddi.h