Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ NumMipmaps
Method
NumMipmaps
DevIL/include/IL/devil_cpp_wrapper.hpp:516–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
}
515
516
ILenum ilImage::NumMipmaps()
517
{
518
if (this->Id) {
519
this->Bind();
520
return ilGetInteger(IL_NUM_MIPMAPS);
521
}
522
return 0;
523
}
524
525
ILuint ilImage::GetId() const
526
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected