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

Function ilLoadJpegL

DevIL/src-IL/src/il_jpeg.cpp:203–207  ·  view source on GitHub ↗

Reads from a memory "lump" containing a jpeg

Source from the content-addressed store, hash-verified

201
202// Reads from a memory "lump" containing a jpeg
203ILboolean ilLoadJpegL(const void *Lump, ILuint Size)
204{
205 iSetInputLump(Lump, Size);
206 return iLoadJpegInternal();
207}
208
209
210typedef struct {

Callers 2

iLoadBlp1Function · 0.85
ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadJpegInternalFunction · 0.85

Tested by

no test coverage detected