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

Method ActiveMipmap

DevIL/cpp wrapper/il_wrap.cpp:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126ILboolean ilImage::ActiveMipmap(ILuint Number)
127{
128 if (this->Id) {
129 this->Bind();
130 return ilActiveMipmap(Number);
131 }
132 return IL_FALSE;
133}
134
135
136ILboolean ilImage::Clear()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected