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

Method Valid

DevIL/include/IL/devil_cpp_wrapper.hpp:830–833  ·  view source on GitHub ↗

ILVALIDATE

Source from the content-addressed store, hash-verified

828// ILVALIDATE
829//
830ILboolean ilValidate::Valid(ILenum Type, ILconst_string FileName)
831{
832 return ilIsValid(Type, FileName);
833}
834
835ILboolean ilValidate::Valid(ILenum Type, FILE *File)
836{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected