Take this out too

This commit is contained in:
twinaphex 2016-05-30 08:51:41 +02:00
parent d93d8e7a8f
commit 0f12336737
2 changed files with 0 additions and 6 deletions

View File

@ -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);

View File

@ -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()