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

Function ilLoadDoomL

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

Reads from a memory "lump" that contains a Doom texture

Source from the content-addressed store, hash-verified

67
68//! Reads from a memory "lump" that contains a Doom texture
69ILboolean ilLoadDoomL(const void *Lump, ILuint Size)
70{
71 iSetInputLump(Lump, Size);
72 return iLoadDoomInternal();
73}
74
75
76// From the DTE sources (mostly by Denton Woods with corrections by Randy Heit)

Callers 1

ILAPIENTRY ilLoadLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iLoadDoomInternalFunction · 0.85

Tested by

no test coverage detected