Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ ActiveImage
Method
ActiveImage
DevIL/cpp wrapper/il_wrap.cpp:106–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
//
105
106
ILboolean ilImage::ActiveImage(ILuint Number)
107
{
108
if (this->Id) {
109
this->Bind();
110
return ilActiveImage(Number);
111
}
112
return IL_FALSE;
113
}
114
115
116
ILboolean ilImage::ActiveLayer(ILuint Number)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected