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

Method Bind

DevIL/include/IL/devil_cpp_wrapper.hpp:391–396  ·  view source on GitHub ↗

Image handling

Source from the content-addressed store, hash-verified

389// Image handling
390//
391void ilImage::Bind() const
392{
393 if (this->Id)
394 ilBindImage(this->Id);
395 return;
396}
397
398// Note: Behaviour may be changed!
399void ilImage::Bind(ILuint Image)

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