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

Method Bitpp

DevIL/cpp wrapper/il_wrap.cpp:304–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303
304ILubyte ilImage::Bitpp()
305{
306 if (this->Id) {
307 this->Bind();
308 return ilGetInteger(IL_IMAGE_BITS_PER_PIXEL);
309 }
310 return 0;
311}
312
313
314ILenum ilImage::Format()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected