Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Type
Method
Type
DevIL/cpp wrapper/il_wrap.cpp:342–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
341
342
ILenum ilImage::Type()
343
{
344
if (this->Id) {
345
this->Bind();
346
return ilGetInteger(IL_IMAGE_TYPE);
347
}
348
return 0;
349
}
350
351
352
ILenum ilImage::NumImages()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected