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

Function ilIsValidSunL

DevIL/src-IL/src/il_sun.cpp:93–97  ·  view source on GitHub ↗

Checks if Lump is a valid Sun lump.

Source from the content-addressed store, hash-verified

91
92//! Checks if Lump is a valid Sun lump.
93ILboolean ilIsValidSunL(const void *Lump, ILuint Size)
94{
95 iSetInputLump(Lump, Size);
96 return iIsValidSun();
97}
98
99
100// Internal function used to get the Sun header from the current file.

Callers 2

ILAPIENTRY ilIsValidLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iIsValidSunFunction · 0.85

Tested by

no test coverage detected