MCPcopy Create free account
hub / github.com/DentonW/DevIL / Bitpp

Method Bitpp

DevIL/include/IL/devil_cpp_wrapper.hpp:462–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462ILubyte ilImage::Bitpp()
463{
464 if (this->Id) {
465 this->Bind();
466 return ilGetInteger(IL_IMAGE_BITS_PER_PIXEL);
467 }
468 return 0;
469}
470
471ILenum ilImage::Format()
472{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected