Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
ILboolean ilImage::Load(char *FileName)
74
{
75
this->iGenBind();
76
return ilLoadImage(FileName);
77
}
78
79
80
ILboolean ilImage::Load(char *FileName, ILenum Type)
Callers
1
iRegisterLoad
Function · 0.45
Calls
1
iGenBind
Method · 0.95
Tested by
no test coverage detected