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

Function ilLoadRawL

DevIL/src-IL/src/il_raw.cpp:63–67  ·  view source on GitHub ↗

Reads from a raw memory "lump"

Source from the content-addressed store, hash-verified

61
62//! Reads from a raw memory "lump"
63ILboolean ilLoadRawL(const void *Lump, ILuint Size)
64{
65 iSetInputLump(Lump, Size);
66 return iLoadRawInternal();
67}
68
69
70// Internal function to load a raw image

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadRawInternalFunction · 0.85

Tested by

no test coverage detected