mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-05 22:19:02 +01:00
renderer_opengl: Update OpenGL backend version requirement to 4.6
This commit is contained in:
parent
230e71b255
commit
6e5cc977ad
3 changed files with 17 additions and 42 deletions
|
|
@ -506,7 +506,7 @@ bool RendererOpenGL::Init() {
|
|||
|
||||
AddTelemetryFields();
|
||||
|
||||
if (!GLAD_GL_VERSION_4_3) {
|
||||
if (!GLAD_GL_VERSION_4_6) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue