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

Method Upload

DevIL/cpp wrapper/il_wrap.cpp:606–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604
605
606ILboolean ilOgl::Upload(ilImage &Image, ILuint Level)
607{
608 Image.Bind();
609 return ilutGLTexImage(Level);
610}
611
612
613GLuint ilOgl::Mipmap(ilImage &Image)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected