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

Function ilLoadIconL

DevIL/src-IL/src/il_icon.cpp:56–60  ·  view source on GitHub ↗

Reads from a memory "lump" that contains an icon.

Source from the content-addressed store, hash-verified

54
55//! Reads from a memory "lump" that contains an icon.
56ILboolean ilLoadIconL(const void *Lump, ILuint Size)
57{
58 iSetInputLump(Lump, Size);
59 return iLoadIconInternal();
60}
61
62
63// Internal function used to load the icon.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadIconInternalFunction · 0.85

Tested by

no test coverage detected