Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Load
Method
Load
DevIL/include/IL/devil_cpp_wrapper.hpp:238–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
237
238
ILboolean ilImage::Load(ILconst_string FileName)
239
{
240
this->iGenBind();
241
return ilLoadImage(FileName);
242
}
243
244
245
ILboolean ilImage::Load(ILconst_string FileName, ILenum Type)
Callers
nothing calls this directly
Calls
1
iGenBind
Method · 0.95
Tested by
no test coverage detected