(XMB) Fix the ribbon with GLES

This commit is contained in:
Jean-André Santoni 2016-04-18 02:50:48 +07:00
parent 0410d7a59e
commit 8e4934edae

View File

@ -1,4 +1,7 @@
static const char *stock_fragment_xmb =
"#ifdef GL_ES\n"
"precision mediump float;\n"
"#endif\n"
"uniform float time;\n"
"varying vec3 v;\n"
"void main()\n"