Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Depth
Method
Depth
DevIL/include/IL/devil_cpp_wrapper.hpp:444–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
442
}
443
444
ILuint ilImage::Depth()
445
{
446
if (this->Id) {
447
this->Bind();
448
return ilGetInteger(IL_IMAGE_DEPTH);
449
}
450
return 0;
451
}
452
453
ILubyte ilImage::Bpp()
454
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected