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

Function ilLoadHdrL

DevIL/src-IL/src/il_hdr.cpp:187–191  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

185
186//! Reads from a memory "lump" that contains a .hdr
187ILboolean ilLoadHdrL(const void *Lump, ILuint Size)
188{
189 iSetInputLump(Lump, Size);
190 return iLoadHdrInternal();
191}
192
193
194// Internal function used to load the .hdr.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadHdrInternalFunction · 0.85

Tested by

no test coverage detected