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

Function SaveLittleDouble

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

Source from the content-addressed store, hash-verified

228}
229
230ILubyte SaveLittleDouble(ILdouble d) {
231#ifdef __BIG_ENDIAN__
232 iSwapDouble(&d);
233#endif
234 return iwrite(&d, sizeof(ILdouble), 1);
235}
236
237
238ILubyte SaveBigUShort(ILushort s) {

Callers

nothing calls this directly

Calls 1

iSwapDoubleFunction · 0.85

Tested by

no test coverage detected