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

Function ilLoadLifL

DevIL/src-IL/src/il_lif.cpp:154–158  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a .Lif

Source from the content-addressed store, hash-verified

152
153//! Reads from a memory "lump" that contains a .Lif
154ILboolean ilLoadLifL(const void *Lump, ILuint Size)
155{
156 iSetInputLump(Lump, Size);
157 return iLoadLifInternal();
158}
159
160
161ILboolean iLoadLifInternal()

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadLifInternalFunction · 0.85

Tested by

no test coverage detected