Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Bpp
Method
Bpp
DevIL/include/IL/devil_cpp_wrapper.hpp:453–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
}
452
453
ILubyte ilImage::Bpp()
454
{
455
if (this->Id) {
456
this->Bind();
457
return ilGetInteger(IL_IMAGE_BYTES_PER_PIXEL);
458
}
459
return 0;
460
}
461
462
ILubyte ilImage::Bitpp()
463
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected