Take this out too
This commit is contained in:
parent
d93d8e7a8f
commit
0f12336737
|
@ -1,9 +1,6 @@
|
||||||
#include "shaders_common.h"
|
#include "shaders_common.h"
|
||||||
|
|
||||||
static const char *stock_fragment_xmb = GLSL(
|
static const char *stock_fragment_xmb = GLSL(
|
||||||
#ifdef GL_ES
|
|
||||||
precision mediump float;
|
|
||||||
#endif
|
|
||||||
uniform float time;
|
uniform float time;
|
||||||
varying vec3 fragVertexEc;
|
varying vec3 fragVertexEc;
|
||||||
vec3 up = vec3(0, 0, 1);
|
vec3 up = vec3(0, 0, 1);
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#include "shaders_common.h"
|
#include "shaders_common.h"
|
||||||
|
|
||||||
static const char *stock_fragment_xmb_simple = GLSL(
|
static const char *stock_fragment_xmb_simple = GLSL(
|
||||||
#ifdef GL_ES
|
|
||||||
precision mediump float;
|
|
||||||
#endif
|
|
||||||
uniform float time;
|
uniform float time;
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
|
|
Loading…
Reference in New Issue