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

Method NumImages

DevIL/include/IL/devil_cpp_wrapper.hpp:507–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507ILenum ilImage::NumImages()
508{
509 if (this->Id) {
510 this->Bind();
511 return ilGetInteger(IL_NUM_IMAGES);
512 }
513 return 0;
514}
515
516ILenum ilImage::NumMipmaps()
517{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected