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

Function ilLoadTiffL

DevIL/src-IL/src/il_tiff.cpp:167–171  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a Tiff

Source from the content-addressed store, hash-verified

165
166//! Reads from a memory "lump" that contains a Tiff
167ILboolean ilLoadTiffL(const void *Lump, ILuint Size)
168{
169 iSetInputLump(Lump, Size);
170 return iLoadTiffInternal();
171}
172
173/*----------------------------------------------------------------------------*/
174

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadTiffInternalFunction · 0.85

Tested by

no test coverage detected