D3DDDIDEGREETYPE - NtDoc

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

typedef enum _D3DDDIDEGREETYPE {
  D3DDDIDEGREE_LINEAR,
  D3DDDIDEGREE_QUADRATIC,
  D3DDDIDEGREE_CUBIC,
  D3DDDIDEGREE_QUINTIC,
  D3DDDIDEGREE_FORCE_UINT
} D3DDDIDEGREETYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-_d3dddidegreetype)

_D3DDDIDEGREETYPE enumeration

Description

The degree type.

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.

Remarks

See also