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

Method Init

DevIL/include/IL/devil_cpp_wrapper.hpp:712–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710//
711#ifdef ILUT_USE_OPENGL
712void ilOgl::Init()
713{
714 ilutRenderer(ILUT_OPENGL);
715 return;
716}
717
718
719GLuint ilOgl::BindTex(ilImage &Image)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected