Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
264
ILuint ilImage::Width()
265
{
266
if (this->Id) {
267
this->Bind();
268
return ilGetInteger(IL_IMAGE_WIDTH);
269
}
270
return 0;
271
}
272
273
274
ILuint ilImage::Height()
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected