MCPcopy Create free account
hub / github.com/DentonW/DevIL / GetPadData

Method GetPadData

DevIL/cpp wrapper/il_wrap.cpp:693–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691
692
693ILubyte* ilWin32::GetPadData(ilImage &Image)
694{
695 Image.Bind();
696 return ilutGetPaddedData();
697}
698
699
700HPALETTE ilWin32::GetPal(ilImage &Image)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected