mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-15 21:45:10 -04:00
render/gles2: remove unused v_color varying from quad fragment shader
Signed-off-by: YaoBing Xiao <xiaoyaobing@uniontech.com>
This commit is contained in:
parent
508fdba2c0
commit
6b5e2159c4
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ precision highp float;
|
||||||
precision mediump float;
|
precision mediump float;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
varying vec4 v_color;
|
|
||||||
varying vec2 v_texcoord;
|
varying vec2 v_texcoord;
|
||||||
uniform vec4 color;
|
uniform vec4 color;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue