Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ ActiveLayer
Method
ActiveLayer
DevIL/cpp wrapper/il_wrap.cpp:116–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
115
116
ILboolean ilImage::ActiveLayer(ILuint Number)
117
{
118
if (this->Id) {
119
this->Bind();
120
return ilActiveLayer(Number);
121
}
122
return IL_FALSE;
123
}
124
125
126
ILboolean ilImage::ActiveMipmap(ILuint Number)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected