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

Method Init

DevIL/cpp wrapper/il_wrap.cpp:592–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590
591#ifdef ILUT_USE_OPENGL
592ILvoid ilOgl::Init()
593{
594 ilutRenderer(ILUT_OPENGL);
595 return;
596}
597
598
599GLuint ilOgl::BindTex(ilImage &Image)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected