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

Method ActiveLayer

DevIL/include/IL/devil_cpp_wrapper.hpp:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280ILboolean ilImage::ActiveLayer(ILuint Number)
281{
282 if (this->Id) {
283 this->Bind();
284 return ilActiveLayer(Number);
285 }
286 return IL_FALSE;
287}
288
289
290ILboolean ilImage::ActiveMipmap(ILuint Number)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected