Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ iGenBind
Method
iGenBind
DevIL/cpp wrapper/il_wrap.cpp:423–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
422
423
ILvoid ilImage::iGenBind()
424
{
425
if (this->Id == 0) {
426
ilGenImages(1, &this->Id);
427
}
428
ilBindImage(this->Id);
429
return;
430
}
431
432
433
Callers
3
ilImage
Method · 0.95
Load
Method · 0.95
Save
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected