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

Method ActiveLayer

DevIL/cpp wrapper/il_wrap.cpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116ILboolean ilImage::ActiveLayer(ILuint Number)
117{
118 if (this->Id) {
119 this->Bind();
120 return ilActiveLayer(Number);
121 }
122 return IL_FALSE;
123}
124
125
126ILboolean ilImage::ActiveMipmap(ILuint Number)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected