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

Method BindTex

DevIL/cpp wrapper/il_wrap.cpp:599–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597
598
599GLuint ilOgl::BindTex(ilImage &Image)
600{
601 Image.Bind();
602 return ilutGLBindTexImage();
603}
604
605
606ILboolean ilOgl::Upload(ilImage &Image, ILuint Level)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected