mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
9 lines
55 B
GLSL
9 lines
55 B
GLSL
void frag_main()
|
|
{
|
|
}
|
|
|
|
void main()
|
|
{
|
|
frag_main();
|
|
}
|