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

Method GetData

DevIL/include/IL/devil_cpp_wrapper.hpp:542–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542ILubyte* ilImage::GetData()
543{
544 if (this->Id) {
545 this->Bind();
546 return ilGetData();
547 }
548 return 0;
549}
550
551ILubyte* ilImage::GetPalette()
552{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected