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

Method ilImage

DevIL/cpp wrapper/il_wrap.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33//
34
35ilImage::ilImage()
36{
37 this->Id = 0;
38 //this->iStartUp();
39 this->iGenBind();
40 return;
41}
42
43
44ilImage::ilImage(char *FileName)

Callers

nothing calls this directly

Calls 1

iGenBindMethod · 0.95

Tested by

no test coverage detected