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
commit 4c82c08897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}