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

Function ilLoadFtxL

DevIL/src-IL/src/il_ftx.cpp:54–58  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a FTX

Source from the content-addressed store, hash-verified

52
53//! Reads from a memory "lump" that contains a FTX
54ILboolean ilLoadFtxL(const void *Lump, ILuint Size)
55{
56 iSetInputLump(Lump, Size);
57 return iLoadFtxInternal();
58}
59
60
61// Internal function used to load the FTX.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadFtxInternalFunction · 0.85

Tested by

no test coverage detected