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

Function ilIsValidPicL

DevIL/src-IL/src/il_pic.cpp:61–65  ·  view source on GitHub ↗

Checks if Lump is a valid .pic lump.

Source from the content-addressed store, hash-verified

59
60//! Checks if Lump is a valid .pic lump.
61ILboolean ilIsValidPicL(const void *Lump, ILuint Size)
62{
63 iSetInputLump(Lump, Size);
64 return iIsValidPic();
65}
66
67
68// Internal function used to get the .pic header from the current file.

Callers 2

ILAPIENTRY ilIsValidLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iIsValidPicFunction · 0.85

Tested by

no test coverage detected