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

Function ilLoadPspL

DevIL/src-IL/src/il_psp.cpp:159–163  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a PSP

Source from the content-addressed store, hash-verified

157
158//! Reads from a memory "lump" that contains a PSP
159ILboolean ilLoadPspL(const void *Lump, ILuint Size)
160{
161 iSetInputLump(Lump, Size);
162 return iLoadPspInternal();
163}
164
165
166// Internal function used to load the PSP.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadPspInternalFunction · 0.85

Tested by

no test coverage detected