Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Save
Method
Save
DevIL/cpp wrapper/il_wrap.cpp:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
87
ILboolean ilImage::Save(char *FileName)
88
{
89
this->iGenBind();
90
return ilSaveImage(FileName);
91
}
92
93
94
ILboolean ilImage::Save(char *FileName, ILenum Type)
Callers
3
main
Function · 0.45
iRegisterSave
Function · 0.45
main
Function · 0.45
Calls
1
iGenBind
Method · 0.95
Tested by
no test coverage detected