2016-04-17 00:08:45 +02:00
|
|
|
static const char *stock_fragment_xmb =
|
2016-04-18 02:50:48 +07:00
|
|
|
"#ifdef GL_ES\n"
|
|
|
|
"precision mediump float;\n"
|
|
|
|
"#endif\n"
|
2016-04-17 00:08:45 +02:00
|
|
|
"uniform float time;\n"
|
|
|
|
"void main()\n"
|
|
|
|
"{\n"
|
|
|
|
" gl_FragColor = vec4(1.0, 1.0, 1.0, 0.05);\n"
|
|
|
|
"}\n";
|