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

Function ilLoadPicL

DevIL/src-IL/src/il_pic.cpp:149–153  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

147
148//! Reads from a memory "lump" that contains a .pic
149ILboolean ilLoadPicL(const void *Lump, ILuint Size)
150{
151 iSetInputLump(Lump, Size);
152 return iLoadPicInternal();
153}
154
155
156// Internal function used to load the .pic

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadPicInternalFunction · 0.85

Tested by

no test coverage detected