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

Method ActiveImage

DevIL/cpp wrapper/il_wrap.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104//
105
106ILboolean ilImage::ActiveImage(ILuint Number)
107{
108 if (this->Id) {
109 this->Bind();
110 return ilActiveImage(Number);
111 }
112 return IL_FALSE;
113}
114
115
116ILboolean ilImage::ActiveLayer(ILuint Number)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected