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

Method Load

DevIL/cpp wrapper/il_wrap.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73ILboolean ilImage::Load(char *FileName)
74{
75 this->iGenBind();
76 return ilLoadImage(FileName);
77}
78
79
80ILboolean ilImage::Load(char *FileName, ILenum Type)

Callers 1

iRegisterLoadFunction · 0.45

Calls 1

iGenBindMethod · 0.95

Tested by

no test coverage detected