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

Function ilLoadRotL

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

Reads from a memory "lump" that contains a ROT

Source from the content-addressed store, hash-verified

63
64//! Reads from a memory "lump" that contains a ROT
65ILboolean ilLoadRotL(const void *Lump, ILuint Size)
66{
67 iSetInputLump(Lump, Size);
68 return iLoadRotInternal();
69}
70
71
72// Internal function used to load the ROT.

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadRotInternalFunction · 0.85

Tested by

no test coverage detected