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

Method Format

DevIL/include/IL/devil_cpp_wrapper.hpp:471–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471ILenum ilImage::Format()
472{
473 if (this->Id) {
474 this->Bind();
475 return ilGetInteger(IL_IMAGE_FORMAT);
476 }
477 return 0;
478}
479
480ILenum ilImage::PaletteType()
481{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected