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

Function ilLoadSunL

DevIL/src-IL/src/il_sun.cpp:192–196  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a Sun

Source from the content-addressed store, hash-verified

190
191//! Reads from a memory "lump" that contains a Sun
192ILboolean ilLoadSunL(const void *Lump, ILuint Size)
193{
194 iSetInputLump(Lump, Size);
195 return iLoadSunInternal();
196}
197
198
199ILboolean iLoadSunInternal(void)

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadSunInternalFunction · 0.85

Tested by

no test coverage detected