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

Function ilLoadPnmL

DevIL/src-IL/src/il_pnm.cpp:152–156  ·  view source on GitHub ↗

Reads from a memory "lump"

Source from the content-addressed store, hash-verified

150
151// Reads from a memory "lump"
152ILboolean ilLoadPnmL(const void *Lump, ILuint Size)
153{
154 iSetInputLump(Lump, Size);
155 return iLoadPnmInternal();
156}
157
158
159// Load either a pgm or a ppm

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadPnmInternalFunction · 0.85

Tested by

no test coverage detected