New[gl4es]: Update gl4es binaries and enable NOERROR

This commit is contained in:
artdeell 2023-09-27 19:23:35 +03:00
parent 808d1551e3
commit 0d43ef2499
5 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ public class JREUtils {
envMap.put("TMPDIR", Tools.DIR_CACHE.getAbsolutePath());
envMap.put("LIBGL_MIPMAP", "3");
// Prevent OptiFine (and other error-reporting stuff in Minecraft) from balooning the log
envMap.put("LIBGL_NOERROR", "1");
// On certain GLES drivers, overloading default functions shader hack fails, so disable it
envMap.put("LIBGL_NOINTOVLHACK", "1");