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

Method BindTex

DevIL/include/IL/devil_cpp_wrapper.hpp:719–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718
719GLuint ilOgl::BindTex(ilImage &Image)
720{
721 Image.Bind();
722 return ilutGLBindTexImage();
723}
724
725ILboolean ilOgl::Upload(ilImage &Image, ILuint Level)
726{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected