Skip to content

Commit 4454731

Browse files
SamanthaBowenrpavlik
authored andcommitted
Changed the OpenGL context version used on Linux to match Monado's graphics requirements.
1 parent 909adee commit 4454731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/gfxwrapper_opengl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Platform headers / declarations
186186
#elif defined(OS_LINUX)
187187

188188
#define OPENGL_VERSION_MAJOR 4
189-
#define OPENGL_VERSION_MINOR 3
189+
#define OPENGL_VERSION_MINOR 5
190190
#define GLSL_VERSION "430"
191191
#define SPIRV_VERSION "99"
192192
#define USE_SYNC_OBJECT 0 // 0 = GLsync, 1 = EGLSyncKHR, 2 = storage buffer

0 commit comments

Comments
 (0)