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

Function ilIsValidPsdL

DevIL/src-IL/src/il_psd.cpp:83–87  ·  view source on GitHub ↗

Checks if Lump is a valid Psd lump.

Source from the content-addressed store, hash-verified

81
82//! Checks if Lump is a valid Psd lump.
83ILboolean ilIsValidPsdL(const void *Lump, ILuint Size)
84{
85 iSetInputLump(Lump, Size);
86 return iIsValidPsd();
87}
88
89
90// Internal function used to get the Psd header from the current file.

Callers 2

ILAPIENTRY ilIsValidLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iIsValidPsdFunction · 0.85

Tested by

no test coverage detected