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

Method Bind

DevIL/cpp wrapper/il_wrap.cpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226//
227
228ILvoid ilImage::Bind() const
229{
230 if (this->Id)
231 ilBindImage(this->Id);
232 return;
233}
234
235
236// Note: Behaviour may be changed!

Callers 15

ActiveImageMethod · 0.95
ActiveLayerMethod · 0.95
ActiveMipmapMethod · 0.95
ClearMethod · 0.95
ConvertMethod · 0.95
CopyMethod · 0.95
DefaultMethod · 0.95
FlipMethod · 0.95
SwapColoursMethod · 0.95
ResizeMethod · 0.95
TexImageMethod · 0.95
WidthMethod · 0.95

Calls 1

DeleteMethod · 0.95

Tested by

no test coverage detected