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

Method Copy

DevIL/cpp wrapper/il_wrap.cpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163ILboolean ilImage::Copy(ILuint Src)
164{
165 if (this->Id) {
166 this->Bind();
167 return ilCopyImage(Src);
168 }
169 return IL_FALSE;
170}
171
172
173ILboolean ilImage::Default()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected