Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Height
Method
Height
DevIL/include/IL/devil_cpp_wrapper.hpp:435–442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
434
435
ILuint ilImage::Height()
436
{
437
if (this->Id) {
438
this->Bind();
439
return ilGetInteger(IL_IMAGE_HEIGHT);
440
}
441
return 0;
442
}
443
444
ILuint ilImage::Depth()
445
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected