MCPcopy 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
789void ilWin32::GetInfo(ilImage &Image, BITMAPINFO *Info)
790{
791 Image.Bind();
792 ilutGetBmpInfo(Info);
793 return;
794}
795
796ILubyte* ilWin32::GetPadData(ilImage &Image)
797{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected