fix: change precision to highp

This commit is contained in:
Michael Yang
2024-08-08 21:48:39 +10:00
committed by Ivan Molodetskikh
parent bb15d1e850
commit 22cb657ef1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
precision mediump float;
precision highp float;
#if defined(DEBUG_FLAGS)
uniform float niri_tint;
@@ -6,7 +6,7 @@
#extension GL_OES_EGL_image_external : require
#endif
precision mediump float;
precision highp float;
#if defined(EXTERNAL)
uniform samplerExternalOES tex;
#else
@@ -1,4 +1,4 @@
precision mediump float;
precision highp float;
#if defined(DEBUG_FLAGS)
uniform float niri_tint;
+1 -1
View File
@@ -1,4 +1,4 @@
precision mediump float;
precision highp float;
#if defined(DEBUG_FLAGS)
uniform float niri_tint;
@@ -1,4 +1,4 @@
precision mediump float;
precision highp float;
#if defined(DEBUG_FLAGS)
uniform float niri_tint;