(XMB) Fix the ribbon with GLES
This commit is contained in:
parent
0410d7a59e
commit
8e4934edae
|
@ -1,4 +1,7 @@
|
||||||
static const char *stock_fragment_xmb =
|
static const char *stock_fragment_xmb =
|
||||||
|
"#ifdef GL_ES\n"
|
||||||
|
"precision mediump float;\n"
|
||||||
|
"#endif\n"
|
||||||
"uniform float time;\n"
|
"uniform float time;\n"
|
||||||
"varying vec3 v;\n"
|
"varying vec3 v;\n"
|
||||||
"void main()\n"
|
"void main()\n"
|
||||||
|
|
Loading…
Reference in New Issue