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

Method Default

DevIL/cpp wrapper/il_wrap.cpp:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173ILboolean ilImage::Default()
174{
175 if (this->Id) {
176 this->Bind();
177 return ilDefaultImage();
178 }
179 return IL_FALSE;
180}
181
182
183ILboolean ilImage::Flip()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected