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

Function ilIsValidGifL

DevIL/src-IL/src/il_gif.cpp:66–70  ·  view source on GitHub ↗

Checks if Lump is a valid Gif lump.

Source from the content-addressed store, hash-verified

64
65//! Checks if Lump is a valid Gif lump.
66ILboolean ilIsValidGifL(const void *Lump, ILuint Size)
67{
68 iSetInputLump(Lump, Size);
69 return iIsValidGif();
70}
71
72
73// Internal function to get the header and check it.

Callers 2

ILAPIENTRY ilIsValidLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iIsValidGifFunction · 0.85

Tested by

no test coverage detected