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

Function ilIsValidIcnsL

DevIL/src-IL/src/il_icns.cpp:77–81  ·  view source on GitHub ↗

Checks if Lump is a valid .icns lump.

Source from the content-addressed store, hash-verified

75
76//! Checks if Lump is a valid .icns lump.
77ILboolean ilIsValidIcnsL(const void *Lump, ILuint Size)
78{
79 iSetInputLump(Lump, Size);
80 return iIsValidIcns();
81}
82
83
84// Internal function to get the header and check it.

Callers 2

ILAPIENTRY ilIsValidLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iIsValidIcnsFunction · 0.85

Tested by

no test coverage detected