You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"Developed 2012-2023 by Andreas Drewke, Dominik Hepp, Mathias Lenz, Kolja Gumpert, drewke.net, mindty.com, github.com/mahula. Please see the license @ https://github.com/andreasdr/a-gui/blob/master/LICENSE";
16
+
return"Developed 2012-2023 by Andreas Drewke, Dominik Hepp, Kolja Gumpert, drewke.net, mindty.com. Please see the license @ https://github.com/andreasdr/a-gui/blob/master/LICENSE";
if (ApplicationGL2Renderer::getRendererVersion() != GUIVersion::getVersion()) {
81
+
Console::printLine("ApplicationGL2Renderer::createInstance(): Engine and renderer backend version do not match: '" + ApplicationGL2Renderer::getRendererVersion() + "' != '" + GUIVersion::getVersion() + "'");
if (ApplicationGL3Renderer::getRendererVersion() != GUIVersion::getVersion()) {
94
+
Console::printLine("ApplicationGL3Renderer::createInstance(): Engine and renderer backend version do not match: '" + ApplicationGL3Renderer::getRendererVersion() + "' != '" + GUIVersion::getVersion() + "'");
Console::printLine("ApplicationGLES2Renderer::initializeWindowSystemRendererContext(): glfwMakeContextCurrent(): Error: No window attached to context");
if (ApplicationGLES2Renderer::getRendererVersion() != GUIVersion::getVersion()) {
68
+
Console::printLine("ApplicationGL2Renderer::createInstance(): Engine and renderer backend version do not match: '" + ApplicationGLES2Renderer::getRendererVersion() + "' != '" + GUIVersion::getVersion() + "'");
0 commit comments