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

Function ilLoadPixL

DevIL/src-IL/src/il_pix.cpp:113–117  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a Pix

Source from the content-addressed store, hash-verified

111
112//! Reads from a memory "lump" that contains a Pix
113ILboolean ilLoadPixL(const void *Lump, ILuint Size)
114{
115 iSetInputLump(Lump, Size);
116 return iLoadPixInternal();
117}
118
119
120// Internal function used to load the Pix.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadPixInternalFunction · 0.85

Tested by

no test coverage detected