|
Assimp
v4.1. (December 2018)
|
Namespaces | |
| core | |
| io | |
Typedefs | |
| typedef char | c8 |
| 8 bit character variable. More... | |
| typedef float | f32 |
| 32 bit floating point variable. More... | |
| typedef double | f64 |
| 64 bit floating point variable. More... | |
| typedef signed short | s16 |
| 16 bit signed variable. More... | |
| typedef signed int | s32 |
| 32 bit signed variable. More... | |
| typedef signed char | s8 |
| 8 bit signed variable. More... | |
| typedef unsigned short | u16 |
| 16 bit unsigned variable. More... | |
| typedef unsigned int | u32 |
| 32 bit unsigned variable. More... | |
| typedef unsigned char | u8 |
| 8 bit unsigned variable. More... | |
| typedef char irr::c8 |
8 bit character variable.
This is a typedef for char, it ensures portability of the engine.
| typedef float irr::f32 |
32 bit floating point variable.
This is a typedef for float, it ensures portability of the engine.
| typedef double irr::f64 |
64 bit floating point variable.
This is a typedef for double, it ensures portability of the engine.
| typedef signed short irr::s16 |
16 bit signed variable.
This is a typedef for signed short, it ensures portability of the engine.
| typedef signed int irr::s32 |
32 bit signed variable.
This is a typedef for signed int, it ensures portability of the engine.
| typedef signed char irr::s8 |
8 bit signed variable.
This is a typedef for signed char, it ensures portability of the engine.
| typedef unsigned short irr::u16 |
16 bit unsigned variable.
This is a typedef for unsigned short, it ensures portability of the engine.
| typedef unsigned int irr::u32 |
32 bit unsigned variable.
This is a typedef for unsigned int, it ensures portability of the engine.
| typedef unsigned char irr::u8 |
8 bit unsigned variable.
This is a typedef for unsigned char, it ensures portability of the engine.