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