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

Method Depth

DevIL/include/IL/devil_cpp_wrapper.hpp:444–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444ILuint ilImage::Depth()
445{
446 if (this->Id) {
447 this->Bind();
448 return ilGetInteger(IL_IMAGE_DEPTH);
449 }
450 return 0;
451}
452
453ILubyte ilImage::Bpp()
454{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected