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

Method NumImages

DevIL/cpp wrapper/il_wrap.cpp:352–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350
351
352ILenum ilImage::NumImages()
353{
354 if (this->Id) {
355 this->Bind();
356 return ilGetInteger(IL_NUM_IMAGES);
357 }
358 return 0;
359}
360
361
362ILenum ilImage::NumMipmaps()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected