Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetOrigin
Method
GetOrigin
DevIL/include/IL/devil_cpp_wrapper.hpp:530–540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
}
529
530
ILenum ilImage::GetOrigin(void)
531
{
532
ILinfo Info;
533
534
if (this->Id) {
535
this->Bind();
536
iluGetImageInfo(&Info);
537
return Info.Origin;
538
}
539
return 0;
540
}
541
542
ILubyte* ilImage::GetData()
543
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected