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

Function ilLoadCutL

DevIL/src-IL/src/il_cut.cpp:71–75  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

69
70//! Reads from a memory "lump" that contains a .cut
71ILboolean ilLoadCutL(const void *Lump, ILuint Size)
72{
73 iSetInputLump(Lump, Size);
74 return iLoadCutInternal();
75}
76
77
78// Note: .Cut support has not been tested yet!

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadCutInternalFunction · 0.85

Tested by

no test coverage detected