mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-25 08:49:09 +00:00
Revert "remove highp"
This reverts commit 1b41f5ac33622c8836e0797a6bcdefc48dfe80e0.
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
diff --git a/sgsr/v1/include/glsl/sgsr1_shader_mobile.frag b/sgsr/v1/include/glsl/sgsr1_shader_mobile.frag
|
||||
index 2db04b3..056d177 100644
|
||||
--- a/sgsr/v1/include/glsl/sgsr1_shader_mobile.frag
|
||||
+++ b/sgsr/v1/include/glsl/sgsr1_shader_mobile.frag
|
||||
@@ -8,8 +8,10 @@
|
||||
//
|
||||
//============================================================================================================
|
||||
|
||||
-precision mediump float;
|
||||
-precision highp int;
|
||||
+//precision mediump float;
|
||||
+//precision highp int;
|
||||
+#define highp
|
||||
+#define mediump
|
||||
|
||||
////////////////////////
|
||||
// USER CONFIGURATION //
|
||||
diff --git a/sgsr/v1/include/glsl/sgsr1_shader_mobile_edge_direction.frag b/sgsr/v1/include/glsl/sgsr1_shader_mobile_edge_direction.frag
|
||||
index 5a38589..5ed5f5e 100644
|
||||
--- a/sgsr/v1/include/glsl/sgsr1_shader_mobile_edge_direction.frag
|
||||
+++ b/sgsr/v1/include/glsl/sgsr1_shader_mobile_edge_direction.frag
|
||||
@@ -8,8 +8,10 @@
|
||||
//
|
||||
//============================================================================================================
|
||||
|
||||
-precision mediump float;
|
||||
-precision highp int;
|
||||
+//precision mediump float;
|
||||
+//precision highp int;
|
||||
+#define highp
|
||||
+#define mediump
|
||||
|
||||
////////////////////////
|
||||
// USER CONFIGURATION //
|
||||
Reference in New Issue
Block a user