Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetOrigin
Method
GetOrigin
DevIL/cpp wrapper/il_wrap.cpp:377–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
ILenum ilImage::GetOrigin(void)
378
{
379
ILinfo Info;
380
381
if (this->Id) {
382
this->Bind();
383
iluGetImageInfo(&Info);
384
return Info.Origin;
385
}
386
return 0;
387
}
388
389
ILubyte* ilImage::GetData()
390
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected