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

Method Depth

DevIL/cpp wrapper/il_wrap.cpp:284–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284ILuint ilImage::Depth()
285{
286 if (this->Id) {
287 this->Bind();
288 return ilGetInteger(IL_IMAGE_DEPTH);
289 }
290 return 0;
291}
292
293
294ILubyte ilImage::Bpp()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected