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

Method Width

DevIL/cpp wrapper/il_wrap.cpp:264–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262//
263
264ILuint ilImage::Width()
265{
266 if (this->Id) {
267 this->Bind();
268 return ilGetInteger(IL_IMAGE_WIDTH);
269 }
270 return 0;
271}
272
273
274ILuint ilImage::Height()

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected