]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
use highp by default
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 27 Apr 2011 10:50:48 +0000 (10:50 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 27 Apr 2011 10:50:48 +0000 (10:50 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11080 d7cf8633-e32d-0410-b094-e92efae38249

shader_glsl.h

index c6dfd53303ff159f614a4710444600288f497f8a..e924413d44604052812c7ffe4b3fc1a55fbcbdb7 100644 (file)
@@ -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"