D3DDDIBASISTYPE - NtDoc

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

typedef enum _D3DDDIBASISTYPE {
  D3DDDIBASIS_BEZIER,
  D3DDDIBASIS_BSPLINE,
  D3DDDIBASIS_CATMULL_ROM,
  D3DDDIBASIS_FORCE_UINT
} D3DDDIBASISTYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIBASISTYPE enumeration

Description

The basis type.

Constants

D3DDDIBASIS_BEZIER

Bezier.

D3DDDIBASIS_BSPLINE

B-Spline.

D3DDDIBASIS_CATMULL_ROM

Catmull-ROM.

D3DDDIBASIS_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