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

Function ilLoadIwiL

DevIL/src-IL/src/il_iwi.cpp:176–180  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a IWI

Source from the content-addressed store, hash-verified

174
175//! Reads from a memory "lump" that contains a IWI
176ILboolean ilLoadIwiL(const void *Lump, ILuint Size)
177{
178 iSetInputLump(Lump, Size);
179 return iLoadIwiInternal();
180}
181
182
183// Internal function used to load the IWI.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadIwiInternalFunction · 0.85

Tested by

no test coverage detected