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

Method Mipmap

DevIL/include/IL/devil_cpp_wrapper.hpp:732–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731
732GLuint ilOgl::Mipmap(ilImage &Image)
733{
734 Image.Bind();
735 return ilutGLBuildMipmaps();
736}
737
738ILboolean ilOgl::Screen()
739{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected