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

Method iGenBind

DevIL/cpp wrapper/il_wrap.cpp:423–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421
422
423ILvoid ilImage::iGenBind()
424{
425 if (this->Id == 0) {
426 ilGenImages(1, &this->Id);
427 }
428 ilBindImage(this->Id);
429 return;
430}
431
432
433

Callers 3

ilImageMethod · 0.95
LoadMethod · 0.95
SaveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected