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

Method GetData

DevIL/cpp wrapper/il_wrap.cpp:389–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389ILubyte* ilImage::GetData()
390{
391 if (this->Id) {
392 this->Bind();
393 return ilGetData();
394 }
395 return 0;
396}
397
398
399ILubyte* ilImage::GetPalette()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected