MCPcopy Create free account
hub / github.com/DentonW/DevIL / SaveBigFloat

Function SaveBigFloat

DevIL/src-IL/src/il_endian.cpp:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269
270ILubyte SaveBigFloat(ILfloat f) {
271#ifdef __LITTLE_ENDIAN__
272 iSwapFloat(&f);
273#endif
274 return iwrite(&f, sizeof(ILfloat), 1);
275}
276
277
278ILubyte SaveBigDouble(ILdouble d) {

Callers

nothing calls this directly

Calls 1

iSwapFloatFunction · 0.85

Tested by

no test coverage detected