remove highp

This commit is contained in:
lizzie 2026-03-05 06:52:08 +00:00
parent d3d2313c99
commit b4b036b089
2 changed files with 36 additions and 1 deletions

View file

@ -0,0 +1,34 @@
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 //