mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
9 lines
55 B
GLSL
9 lines
55 B
GLSL
void frag_main()
|
|
{
|
|
}
|
|
|
|
void main()
|
|
{
|
|
frag_main();
|
|
}
|