05-10-2020, 04:36 AM
(05-09-2020, 03:32 AM)astr0baby Wrote:(05-08-2020, 09:13 PM)icecream95 Wrote: The standard OpenGL 3 version works fine for me:Good to know ! I was not aware you can force older GL versions like this
Code:$ MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330 ./endless-sky
Note that for some programs (for example rvgl and kitty) you will also need to use PAN_MESA_DEBUG=gles3 to enable some driver features.