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

Function ilLoadIcnsL

DevIL/src-IL/src/il_icns.cpp:134–138  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

132
133//! Reads from a memory "lump" that contains an icon.
134ILboolean ilLoadIcnsL(const void *Lump, ILuint Size)
135{
136 iSetInputLump(Lump, Size);
137 return iLoadIcnsInternal();
138}
139
140
141// Internal function used to load the icon.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadIcnsInternalFunction · 0.85

Tested by

no test coverage detected