Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Depth
Method
Depth
DevIL/cpp wrapper/il_wrap.cpp:284–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
283
284
ILuint ilImage::Depth()
285
{
286
if (this->Id) {
287
this->Bind();
288
return ilGetInteger(IL_IMAGE_DEPTH);
289
}
290
return 0;
291
}
292
293
294
ILubyte ilImage::Bpp()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected