Compilation error const GLubyte* ...
Posted: 05 Jun 2018, 15:56
/home/user/git/spring/rts/Rendering/GL/myGL.cpp:149:49: error: a reinterpret_cast is not a constant expression
static constexpr const GLubyte* qcriProcName = (const GLubyte*) "glXQueryCurrentRendererIntegerMESA";
probably has something to do with my first error post. This is on git master and maint., and also on release spring 104.0.1.
static constexpr const GLubyte* qcriProcName = (const GLubyte*) "glXQueryCurrentRendererIntegerMESA";
probably has something to do with my first error post. This is on git master and maint., and also on release spring 104.0.1.