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

Function ilLoadPcxL

DevIL/src-IL/src/il_pcx.cpp:178–182  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

176
177//! Reads from a memory "lump" that contains a .pcx
178ILboolean ilLoadPcxL(const void *Lump, ILuint Size)
179{
180 iSetInputLump(Lump, Size);
181 return iLoadPcxInternal();
182}
183
184
185// Internal function used to load the .pcx.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadPcxInternalFunction · 0.85

Tested by

no test coverage detected