shithub: cstory

ref: b821d86c911e230575d3d3d9e45f1690de5636a1
dir: /src/Backends/Rendering/OpenGLES2.cpp/

View raw version
// I would use -DUSE_OPENGLES2 when RENDERER=OpenGLES2 is passed instead, but CMake likes to rebuild the entire
// project if I do that, and Make doesn't bother rebuilding anything at all. This method avoids both of those problems.
#define USE_OPENGLES2
#include "OpenGL3.cpp"