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

Function ilIsValidDdsL

DevIL/src-IL/src/il_dds.cpp:91–95  ·  view source on GitHub ↗

Checks if Lump is a valid .dds lump.

Source from the content-addressed store, hash-verified

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

Callers 2

ILAPIENTRY ilIsValidLFunction · 0.85

Calls 2

iSetInputLumpFunction · 0.85
iIsValidDdsFunction · 0.85

Tested by

no test coverage detected