Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetInfo
Method
GetInfo
DevIL/include/IL/devil_cpp_wrapper.hpp:789–794 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
787
}
788
789
void ilWin32::GetInfo(ilImage &Image, BITMAPINFO *Info)
790
{
791
Image.Bind();
792
ilutGetBmpInfo(Info);
793
return;
794
}
795
796
ILubyte* ilWin32::GetPadData(ilImage &Image)
797
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected