From 39063334d3e33d3a59760abc856e018cfd4e3583 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 4 Jul 2018 10:38:17 +1000 Subject: [PATCH] util/drirc: turn on force_glsl_extensions_warn for No Mans Sky MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The game forgets to enable multiple extensions in its shaders, one of those extesions is EXT_texture_array. But enabling this config entry fixes at least one other rendering issue that enabling EXT_texture_array on its own doesn't fix. Reviewed-by: Marek Olšák --- src/util/drirc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/drirc b/src/util/drirc index 7f91035ae8b..8ece875e34f 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -181,6 +181,10 @@ TODO: document the other workarounds.