// d3dumddi.h
typedef enum _D3DDDIDEGREETYPE {
D3DDDIDEGREE_LINEAR,
D3DDDIDEGREE_QUADRATIC,
D3DDDIDEGREE_CUBIC,
D3DDDIDEGREE_QUINTIC,
D3DDDIDEGREE_FORCE_UINT
} D3DDDIDEGREETYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The degree type.
D3DDDIDEGREE_LINEARLinear.
D3DDDIDEGREE_QUADRATICQuadratic.
D3DDDIDEGREE_CUBICCubic.
D3DDDIDEGREE_QUINTICQuintic.
D3DDDIDEGREE_FORCE_UINTForces 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.