Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
ILuint ilImage::Height()
275
{
276
if (this->Id) {
277
this->Bind();
278
return ilGetInteger(IL_IMAGE_HEIGHT);
279
}
280
return 0;
281
}
282
283
284
ILuint ilImage::Depth()
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected