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

Method Valid

DevIL/cpp wrapper/il_wrap.cpp:736–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734//
735
736ILboolean ilValidate::Valid(ILenum Type, char *FileName)
737{
738 return ilIsValid(Type, FileName);
739}
740
741
742ILboolean ilValidate::Valid(ILenum Type, FILE *File)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected