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

Method Type

DevIL/cpp wrapper/il_wrap.cpp:342–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341
342ILenum ilImage::Type()
343{
344 if (this->Id) {
345 this->Bind();
346 return ilGetInteger(IL_IMAGE_TYPE);
347 }
348 return 0;
349}
350
351
352ILenum ilImage::NumImages()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected