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

Function ilLoadWalL

DevIL/src-IL/src/il_wal.cpp:69–73  ·  view source on GitHub ↗

Reads from a memory "lump" that contains a .wal file

Source from the content-addressed store, hash-verified

67
68//! Reads from a memory "lump" that contains a .wal file
69ILboolean ilLoadWalL(const void *Lump, ILuint Size)
70{
71 iSetInputLump(Lump, Size);
72 return iLoadWalInternal();
73}
74
75
76ILboolean iLoadWalInternal()

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadWalInternalFunction · 0.85

Tested by

no test coverage detected