From: divverent Date: Wed, 27 Apr 2011 10:50:48 +0000 (+0000) Subject: use highp by default X-Git-Tag: xonotic-v0.6.0~163^2~466 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2a1d277f6bacb49629d9ab203698c9973930766c;p=xonotic%2Fdarkplaces.git use highp by default git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11080 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/shader_glsl.h b/shader_glsl.h index c6dfd533..e924413d 100644 --- a/shader_glsl.h +++ b/shader_glsl.h @@ -3,7 +3,7 @@ "// shadowmapping enhancements by Lee 'eihrul' Salzman\n" "\n" "#ifdef GLSL130\n" -"precision mediump float;\n" +"precision highp float;\n" "# ifdef VERTEX_SHADER\n" "# define dp_varying out\n" "# define dp_attribute in\n"