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

Function ilLoadDdsL

DevIL/src-IL/src/il_dds.cpp:205–209  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

203
204//! Reads from a memory "lump" that contains a .dds
205ILboolean ilLoadDdsL(const void *Lump, ILuint Size)
206{
207 iSetInputLump(Lump, Size);
208 return iLoadDdsInternal();
209}
210
211
212void Check16BitComponents(DDSHEAD *Header)

Callers 2

ilLoadTextureLFunction · 0.85
ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadDdsInternalFunction · 0.85

Tested by

no test coverage detected