Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetData
Method
GetData
DevIL/cpp wrapper/il_wrap.cpp:389–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
}
388
389
ILubyte* ilImage::GetData()
390
{
391
if (this->Id) {
392
this->Bind();
393
return ilGetData();
394
}
395
return 0;
396
}
397
398
399
ILubyte* ilImage::GetPalette()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected