#include "irrlichttypes.h"Go to the source code of this file.
Enumerations | |
| enum | FloatType { FLOATTYPE_UNKNOWN , FLOATTYPE_SLOW , FLOATTYPE_SYSTEM } |
Functions | |
| f32 | u32Tof32Slow (u32 i) |
| u32 | f32Tou32Slow (f32 f) |
| FloatType | getFloatSerializationType () |
| enum FloatType |
|
nodiscard |
Referenced by getFloatSerializationType(), TestSerialization::testFloatFormat(), and writeF32().
| FloatType getFloatSerializationType | ( | ) |
References f32Tou32Slow(), FLOATTYPE_SLOW, FLOATTYPE_SYSTEM, infostream, porting::mt_snprintf(), u32Tof32Slow(), and warningstream.
Referenced by readF32(), TestSerialization::testFloatFormat(), and writeF32().
|
nodiscard |
Referenced by getFloatSerializationType(), readF32(), and TestSerialization::testFloatFormat().