mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
VideoCore: Log the GL driver’s vendor and renderer.
This commit is contained in:
parent
1e8b18708c
commit
94fc644430
@ -376,6 +376,8 @@ void RendererOpenGL::Init() {
|
||||
}
|
||||
|
||||
LOG_INFO(Render_OpenGL, "GL_VERSION: %s", glGetString(GL_VERSION));
|
||||
LOG_INFO(Render_OpenGL, "GL_VENDOR: %s", glGetString(GL_VENDOR));
|
||||
LOG_INFO(Render_OpenGL, "GL_RENDERER: %s", glGetString(GL_RENDERER));
|
||||
InitOpenGLObjects();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user