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

Method ActiveImage

DevIL/include/IL/devil_cpp_wrapper.hpp:270–277  ·  view source on GitHub ↗

ImageLib functions

Source from the content-addressed store, hash-verified

268// ImageLib functions
269//
270ILboolean ilImage::ActiveImage(ILuint Number)
271{
272 if (this->Id) {
273 this->Bind();
274 return ilActiveImage(Number);
275 }
276 return IL_FALSE;
277}
278
279
280ILboolean ilImage::ActiveLayer(ILuint Number)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected