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

Function ilLoadPsdL

DevIL/src-IL/src/il_psd.cpp:177–181  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a Psd

Source from the content-addressed store, hash-verified

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

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadPsdInternalFunction · 0.85

Tested by

no test coverage detected