From 0f12336737b8d29a3d43e3491f03969416dd72e3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 30 May 2016 08:51:41 +0200 Subject: [PATCH] Take this out too --- gfx/drivers/gl_shaders/pipeline_xmb_ribbon.glsl.frag.h | 3 --- gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.frag.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/gfx/drivers/gl_shaders/pipeline_xmb_ribbon.glsl.frag.h b/gfx/drivers/gl_shaders/pipeline_xmb_ribbon.glsl.frag.h index 5c4fdca337..9be4a46492 100644 --- a/gfx/drivers/gl_shaders/pipeline_xmb_ribbon.glsl.frag.h +++ b/gfx/drivers/gl_shaders/pipeline_xmb_ribbon.glsl.frag.h @@ -1,9 +1,6 @@ #include "shaders_common.h" static const char *stock_fragment_xmb = GLSL( - #ifdef GL_ES - precision mediump float; - #endif uniform float time; varying vec3 fragVertexEc; vec3 up = vec3(0, 0, 1); diff --git a/gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.frag.h b/gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.frag.h index 1550c5ad50..ba7df06ab6 100644 --- a/gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.frag.h +++ b/gfx/drivers/gl_shaders/pipeline_xmb_ribbon_simple.glsl.frag.h @@ -1,9 +1,6 @@ #include "shaders_common.h" static const char *stock_fragment_xmb_simple = GLSL( - #ifdef GL_ES - precision mediump float; - #endif uniform float time; void main()