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

Function ilLoadWbmpL

DevIL/src-IL/src/il_wbmp.cpp:62–66  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

60
61//! Reads from a memory "lump" that contains a .wbmp
62ILboolean ilLoadWbmpL(const void *Lump, ILuint Size)
63{
64 iSetInputLump(Lump, Size);
65 return iLoadWbmpInternal();
66}
67
68
69ILboolean iLoadWbmpInternal(void)

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadWbmpInternalFunction · 0.85

Tested by

no test coverage detected