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

Method Copy

DevIL/include/IL/devil_cpp_wrapper.hpp:327–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326
327ILboolean ilImage::Copy(ILuint Src)
328{
329 if (this->Id) {
330 this->Bind();
331 return ilCopyImage(Src);
332 }
333 return IL_FALSE;
334}
335
336
337ILboolean ilImage::Default()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected