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

Function ilLoadMdlL

DevIL/src-IL/src/il_mdl.cpp:120–124  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

118
119//! Reads from a memory "lump" that contains a .mdl
120ILboolean ilLoadMdlL(const void *Lump, ILuint Size)
121{
122 iSetInputLump(Lump, Size);
123 return iLoadMdlInternal();
124}
125
126
127ILboolean iLoadMdlInternal()

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadMdlInternalFunction · 0.85

Tested by

no test coverage detected