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

Function ilLoadVtfL

DevIL/src-IL/src/il_vtf.cpp:210–214  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a VTF

Source from the content-addressed store, hash-verified

208
209//! Reads from a memory "lump" that contains a VTF
210ILboolean ilLoadVtfL(const void *Lump, ILuint Size)
211{
212 iSetInputLump(Lump, Size);
213 return iLoadVtfInternal();
214}
215
216
217// Internal function used to load the VTF.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadVtfInternalFunction · 0.85

Tested by

no test coverage detected