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

Function ilLoadFitsL

DevIL/src-IL/src/il_fits.cpp:261–265  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a FITS

Source from the content-addressed store, hash-verified

259
260//! Reads from a memory "lump" that contains a FITS
261ILboolean ilLoadFitsL(const void *Lump, ILuint Size)
262{
263 iSetInputLump(Lump, Size);
264 return iLoadFitsInternal();
265}
266
267
268// Internal function used to load the FITS.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadFitsInternalFunction · 0.85

Tested by

no test coverage detected