Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ NumImages
Method
NumImages
DevIL/cpp wrapper/il_wrap.cpp:352–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
351
352
ILenum ilImage::NumImages()
353
{
354
if (this->Id) {
355
this->Bind();
356
return ilGetInteger(IL_NUM_IMAGES);
357
}
358
return 0;
359
}
360
361
362
ILenum ilImage::NumMipmaps()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected