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

Method Load

DevIL/include/IL/devil_cpp_wrapper.hpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237
238ILboolean ilImage::Load(ILconst_string FileName)
239{
240 this->iGenBind();
241 return ilLoadImage(FileName);
242}
243
244
245ILboolean ilImage::Load(ILconst_string FileName, ILenum Type)

Callers

nothing calls this directly

Calls 1

iGenBindMethod · 0.95

Tested by

no test coverage detected