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

Method Height

DevIL/cpp wrapper/il_wrap.cpp:274–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273
274ILuint ilImage::Height()
275{
276 if (this->Id) {
277 this->Bind();
278 return ilGetInteger(IL_IMAGE_HEIGHT);
279 }
280 return 0;
281}
282
283
284ILuint ilImage::Depth()

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected