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

Method Width

DevIL/include/IL/devil_cpp_wrapper.hpp:425–432  ·  view source on GitHub ↗

Image characteristics

Source from the content-addressed store, hash-verified

423// Image characteristics
424//
425ILuint ilImage::Width()
426{
427 if (this->Id) {
428 this->Bind();
429 return ilGetInteger(IL_IMAGE_WIDTH);
430 }
431 return 0;
432}
433
434
435ILuint ilImage::Height()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected