Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Bpp
Method
Bpp
DevIL/cpp wrapper/il_wrap.cpp:294–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
293
294
ILubyte ilImage::Bpp()
295
{
296
if (this->Id) {
297
this->Bind();
298
return ilGetInteger(IL_IMAGE_BYTES_PER_PIXEL);
299
}
300
return 0;
301
}
302
303
304
ILubyte ilImage::Bitpp()
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected