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

Function ilLoadDpxL

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

Reads from a memory "lump" that contains a DPX

Source from the content-addressed store, hash-verified

57
58//! Reads from a memory "lump" that contains a DPX
59ILboolean ilLoadDpxL(const void *Lump, ILuint Size)
60{
61 iSetInputLump(Lump, Size);
62 return iLoadDpxInternal();
63}
64
65
66ILboolean DpxGetFileInfo(DPX_FILE_INFO *FileInfo)

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadDpxInternalFunction · 0.85

Tested by

no test coverage detected