MCPcopy 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
453ILubyte ilImage::Bpp()
454{
455 if (this->Id) {
456 this->Bind();
457 return ilGetInteger(IL_IMAGE_BYTES_PER_PIXEL);
458 }
459 return 0;
460}
461
462ILubyte ilImage::Bitpp()
463{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected