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

Function ilLoadSgiL

DevIL/src-IL/src/il_sgi.cpp:165–169  ·  view source on GitHub ↗

! Reads from a memory "lump" that contains a SGI image */

Source from the content-addressed store, hash-verified

163
164/*! Reads from a memory "lump" that contains a SGI image */
165ILboolean ilLoadSgiL(const void *Lump, ILuint Size)
166{
167 iSetInputLump(Lump, Size);
168 return iLoadSgiInternal();
169}
170
171/*----------------------------------------------------------------------------*/
172

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadSgiInternalFunction · 0.85

Tested by

no test coverage detected