mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-28 22:43:32 +08:00
renderer_opengl: Update OpenGL backend version requirement to 4.6
This commit is contained in:
@@ -506,7 +506,7 @@ bool RendererOpenGL::Init() {
|
||||
|
||||
AddTelemetryFields();
|
||||
|
||||
if (!GLAD_GL_VERSION_4_3) {
|
||||
if (!GLAD_GL_VERSION_4_6) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user