D3DDDIDEGREETYPE enumeration (d3dumddi.h)

The degree type.

Syntax

typedef enum _D3DDDIDEGREETYPE {
  D3DDDIDEGREE_LINEAR,
  D3DDDIDEGREE_QUADRATIC,
  D3DDDIDEGREE_CUBIC,
  D3DDDIDEGREE_QUINTIC,
  D3DDDIDEGREE_FORCE_UINT
} D3DDDIDEGREETYPE;

Constants

 
D3DDDIDEGREE_LINEAR
Linear.
D3DDDIDEGREE_QUADRATIC
Quadratic.
D3DDDIDEGREE_CUBIC
Cubic.
D3DDDIDEGREE_QUINTIC
Quintic.
D3DDDIDEGREE_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