Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ ActiveLayer
Method
ActiveLayer
DevIL/include/IL/devil_cpp_wrapper.hpp:280–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
279
280
ILboolean ilImage::ActiveLayer(ILuint Number)
281
{
282
if (this->Id) {
283
this->Bind();
284
return ilActiveLayer(Number);
285
}
286
return IL_FALSE;
287
}
288
289
290
ILboolean ilImage::ActiveMipmap(ILuint Number)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected