Deprecate OpenGL

This commit is contained in:
Phillip Stephens 2019-08-24 17:57:39 -07:00
parent 37ee1895ee
commit eacb231fb8
1 changed files with 1 additions and 0 deletions

View File

@ -734,6 +734,7 @@ public:
m_gfxCtx.reset(new GraphicsContextXlibGLX(IGraphicsContext::EGraphicsAPI::OpenGL3_3, this, display,
defaultScreen, lastCtx, m_visualId, glCtx));
m_openGL = true;
Log.report(logvisor::Warning, fmt("OPENGL HAS BEEN DEPRECATED, IT IS HIGHLY RECOMMENDED TO BUILD AND USE VULKAN INSTEAD"));
}
XVisualInfo visTemplate;