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

Method Upload

DevIL/include/IL/devil_cpp_wrapper.hpp:725–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725ILboolean ilOgl::Upload(ilImage &Image, ILuint Level)
726{
727 Image.Bind();
728 return ilutGLTexImage(Level);
729}
730
731
732GLuint ilOgl::Mipmap(ilImage &Image)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected