Athugasemd
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The basis type.
Syntax
typedef enum _D3DDDIBASISTYPE {
D3DDDIBASIS_BEZIER,
D3DDDIBASIS_BSPLINE,
D3DDDIBASIS_CATMULL_ROM,
D3DDDIBASIS_FORCE_UINT
} D3DDDIBASISTYPE;
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. |
Requirements
Requirement | Value |
---|---|
Header | d3dumddi.h |