Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetData
Method
GetData
DevIL/include/IL/devil_cpp_wrapper.hpp:542–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
ILubyte* ilImage::GetData()
543
{
544
if (this->Id) {
545
this->Bind();
546
return ilGetData();
547
}
548
return 0;
549
}
550
551
ILubyte* ilImage::GetPalette()
552
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected