Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
ilImage::ilImage()
36
{
37
this->Id = 0;
38
//this->iStartUp();
39
this->iGenBind();
40
return;
41
}
42
43
44
ilImage::ilImage(char *FileName)
Callers
nothing calls this directly
Calls
1
iGenBind
Method · 0.95
Tested by
no test coverage detected