mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
fix: change precision to highp
This commit is contained in:
committed by
Ivan Molodetskikh
parent
bb15d1e850
commit
22cb657ef1
@@ -1,4 +1,4 @@
|
|||||||
precision mediump float;
|
precision highp float;
|
||||||
|
|
||||||
#if defined(DEBUG_FLAGS)
|
#if defined(DEBUG_FLAGS)
|
||||||
uniform float niri_tint;
|
uniform float niri_tint;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#extension GL_OES_EGL_image_external : require
|
#extension GL_OES_EGL_image_external : require
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
precision mediump float;
|
precision highp float;
|
||||||
#if defined(EXTERNAL)
|
#if defined(EXTERNAL)
|
||||||
uniform samplerExternalOES tex;
|
uniform samplerExternalOES tex;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
precision mediump float;
|
precision highp float;
|
||||||
|
|
||||||
#if defined(DEBUG_FLAGS)
|
#if defined(DEBUG_FLAGS)
|
||||||
uniform float niri_tint;
|
uniform float niri_tint;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
precision mediump float;
|
precision highp float;
|
||||||
|
|
||||||
#if defined(DEBUG_FLAGS)
|
#if defined(DEBUG_FLAGS)
|
||||||
uniform float niri_tint;
|
uniform float niri_tint;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
precision mediump float;
|
precision highp float;
|
||||||
|
|
||||||
#if defined(DEBUG_FLAGS)
|
#if defined(DEBUG_FLAGS)
|
||||||
uniform float niri_tint;
|
uniform float niri_tint;
|
||||||
|
|||||||
Reference in New Issue
Block a user