Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Bind
Method
Bind
DevIL/include/IL/devil_cpp_wrapper.hpp:391–396 ·
view source on GitHub ↗
Image handling
Source
from the content-addressed store, hash-verified
389
// Image handling
390
//
391
void ilImage::Bind() const
392
{
393
if (this->Id)
394
ilBindImage(this->Id);
395
return;
396
}
397
398
// Note: Behaviour may be changed!
399
void ilImage::Bind(ILuint Image)
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