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

Method Default

DevIL/include/IL/devil_cpp_wrapper.hpp:337–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337ILboolean ilImage::Default()
338{
339 if (this->Id) {
340 this->Bind();
341 return ilDefaultImage();
342 }
343 return IL_FALSE;
344}
345
346
347ILboolean ilImage::Flip()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected