MCPcopy 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
294ILubyte 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
304ILubyte ilImage::Bitpp()

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected