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

Function ilLoadMngL

DevIL/src-IL/src/il_mng.cpp:241–245  ·  view source on GitHub ↗

Reads from a memory "lump"

Source from the content-addressed store, hash-verified

239
240// Reads from a memory "lump"
241ILboolean ilLoadMngL(const void *Lump, ILuint Size)
242{
243 iSetInputLump(Lump, Size);
244 return iLoadMngInternal();
245}
246
247
248ILboolean iLoadMngInternal()

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadMngInternalFunction · 0.85

Tested by

no test coverage detected