Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Bitpp
Method
Bitpp
DevIL/cpp wrapper/il_wrap.cpp:304–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
303
304
ILubyte ilImage::Bitpp()
305
{
306
if (this->Id) {
307
this->Bind();
308
return ilGetInteger(IL_IMAGE_BITS_PER_PIXEL);
309
}
310
return 0;
311
}
312
313
314
ILenum ilImage::Format()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected