renderer_opengl: Update OpenGL backend version requirement to 4.6

This commit is contained in:
Morph 2021-02-07 16:32:21 -05:00
parent 230e71b255
commit 6e5cc977ad
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;
}