MCPcopy 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
685ILvoid ilWin32::GetInfo(ilImage &Image, BITMAPINFO *Info)
686{
687 Image.Bind();
688 ilutGetBmpInfo(Info);
689 return;
690}
691
692
693ILubyte* ilWin32::GetPadData(ilImage &Image)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected