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

Method Mipmap

DevIL/cpp wrapper/il_wrap.cpp:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611
612
613GLuint ilOgl::Mipmap(ilImage &Image)
614{
615 Image.Bind();
616 return ilutGLBuildMipmaps();
617}
618
619
620ILboolean ilOgl::Screen()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected