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

Method Delete

DevIL/include/IL/devil_cpp_wrapper.hpp:410–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408
409
410void ilImage::Delete()
411{
412 if (this->Id == 0)
413 return;
414 ilDeleteImages(1, &this->Id);
415 this->Id = 0;
416 return;
417}
418
419
420

Callers 3

CloseMethod · 0.95
CloseMethod · 0.95
BindMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected