Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetInfo
Method
GetInfo
DevIL/cpp wrapper/il_wrap.cpp:685–690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
683
684
685
ILvoid ilWin32::GetInfo(ilImage &Image, BITMAPINFO *Info)
686
{
687
Image.Bind();
688
ilutGetBmpInfo(Info);
689
return;
690
}
691
692
693
ILubyte* ilWin32::GetPadData(ilImage &Image)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected