Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Bind
Method
Bind
DevIL/cpp wrapper/il_wrap.cpp:228–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
//
227
228
ILvoid ilImage::Bind() const
229
{
230
if (this->Id)
231
ilBindImage(this->Id);
232
return;
233
}
234
235
236
// Note: Behaviour may be changed!
Callers
15
ActiveImage
Method · 0.95
ActiveLayer
Method · 0.95
ActiveMipmap
Method · 0.95
Clear
Method · 0.95
Convert
Method · 0.95
Copy
Method · 0.95
Default
Method · 0.95
Flip
Method · 0.95
SwapColours
Method · 0.95
Resize
Method · 0.95
TexImage
Method · 0.95
Width
Method · 0.95
Calls
1
Delete
Method · 0.95
Tested by
no test coverage detected