1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-11 00:36:35 -05:00

Merge pull request #5888 from Morph1984/ogl-4.6

renderer_opengl: Update OpenGL backend version requirement to 4.6
This commit is contained in:
Rodrigo Locatti
2021-02-07 21:44:49 -03:00
committed by GitHub
3 changed files with 17 additions and 42 deletions

View File

@@ -506,7 +506,7 @@ bool RendererOpenGL::Init() {
AddTelemetryFields();
if (!GLAD_GL_VERSION_4_3) {
if (!GLAD_GL_VERSION_4_6) {
return false;
}