Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ NumImages
Method
NumImages
DevIL/include/IL/devil_cpp_wrapper.hpp:507–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
ILenum ilImage::NumImages()
508
{
509
if (this->Id) {
510
this->Bind();
511
return ilGetInteger(IL_NUM_IMAGES);
512
}
513
return 0;
514
}
515
516
ILenum ilImage::NumMipmaps()
517
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected