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

Method ActiveMipmap

DevIL/include/IL/devil_cpp_wrapper.hpp:290–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288
289
290ILboolean ilImage::ActiveMipmap(ILuint Number)
291{
292 if (this->Id) {
293 this->Bind();
294 return ilActiveMipmap(Number);
295 }
296 return IL_FALSE;
297}
298
299
300ILboolean ilImage::Clear()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected