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

Function ilIsValidDcxL

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

Checks if Lump is a valid .dcx lump.

Source from the content-addressed store, hash-verified

57
58//! Checks if Lump is a valid .dcx lump.
59ILboolean ilIsValidDcxL(const void *Lump, ILuint Size)
60{
61 iSetInputLump(Lump, Size);
62 return iIsValidDcx();
63}
64
65
66// Internal function obtain the .dcx header from the current file.

Callers

nothing calls this directly

Calls 2

iSetInputLumpFunction · 0.85
iIsValidDcxFunction · 0.85

Tested by

no test coverage detected