Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ ActiveMipmap
Method
ActiveMipmap
DevIL/include/IL/devil_cpp_wrapper.hpp:290–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
289
290
ILboolean ilImage::ActiveMipmap(ILuint Number)
291
{
292
if (this->Id) {
293
this->Bind();
294
return ilActiveMipmap(Number);
295
}
296
return IL_FALSE;
297
}
298
299
300
ILboolean ilImage::Clear()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected