Assimp  v3.1.1 (June 2014)
irr Namespace Reference

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 Documentation

◆ c8

typedef char irr::c8

8 bit character variable.

This is a typedef for char, it ensures portability of the engine.

◆ f32

typedef float irr::f32

32 bit floating point variable.

This is a typedef for float, it ensures portability of the engine.

◆ f64

typedef double irr::f64

64 bit floating point variable.

This is a typedef for double, it ensures portability of the engine.

◆ s16

typedef signed short irr::s16

16 bit signed variable.

This is a typedef for signed short, it ensures portability of the engine.

◆ s32

typedef signed int irr::s32

32 bit signed variable.

This is a typedef for signed int, it ensures portability of the engine.

◆ s8

typedef signed char irr::s8

8 bit signed variable.

This is a typedef for signed char, it ensures portability of the engine.

◆ u16

typedef unsigned short irr::u16

16 bit unsigned variable.

This is a typedef for unsigned short, it ensures portability of the engine.

◆ u32

typedef unsigned int irr::u32

32 bit unsigned variable.

This is a typedef for unsigned int, it ensures portability of the engine.

◆ u8

typedef unsigned char irr::u8

8 bit unsigned variable.

This is a typedef for unsigned char, it ensures portability of the engine.