Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Default
Method
Default
DevIL/cpp wrapper/il_wrap.cpp:173–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
172
173
ILboolean ilImage::Default()
174
{
175
if (this->Id) {
176
this->Bind();
177
return ilDefaultImage();
178
}
179
return IL_FALSE;
180
}
181
182
183
ILboolean ilImage::Flip()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected