Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Default
Method
Default
DevIL/include/IL/devil_cpp_wrapper.hpp:337–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
336
337
ILboolean ilImage::Default()
338
{
339
if (this->Id) {
340
this->Bind();
341
return ilDefaultImage();
342
}
343
return IL_FALSE;
344
}
345
346
347
ILboolean ilImage::Flip()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected