mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
8 lines
179 B
C
8 lines
179 B
C
|
static const char *stock_fragment_xmb =
|
||
|
"uniform float time;\n"
|
||
|
"varying vec3 v;\n"
|
||
|
"void main()\n"
|
||
|
"{\n"
|
||
|
" gl_FragColor = vec4(1.0, 1.0, 1.0, 0.05);\n"
|
||
|
"}\n";
|