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

Function ilLoadXpmL

DevIL/src-IL/src/il_xpm.cpp:126–130  ·  view source on GitHub ↗

Reads from a memory "lump" that contains an .xpm

Source from the content-addressed store, hash-verified

124
125//! Reads from a memory "lump" that contains an .xpm
126ILboolean ilLoadXpmL(const void *Lump, ILuint Size)
127 {
128 iSetInputLump(Lump, Size);
129 return iLoadXpmInternal();
130}
131
132
133typedef ILubyte XpmPixel[4];

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 1

iSetInputLumpFunction · 0.85

Tested by

no test coverage detected