Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Format
Method
Format
DevIL/include/IL/devil_cpp_wrapper.hpp:471–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
469
}
470
471
ILenum ilImage::Format()
472
{
473
if (this->Id) {
474
this->Bind();
475
return ilGetInteger(IL_IMAGE_FORMAT);
476
}
477
return 0;
478
}
479
480
ILenum ilImage::PaletteType()
481
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected