mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 15:02:35 +00:00
git-subtree-dir: deps/SPIRV-Cross git-subtree-split: 9c57364f18ef6b554c61f5f49448baf903539708
9 lines
55 B
GLSL
9 lines
55 B
GLSL
void frag_main()
|
|
{
|
|
}
|
|
|
|
void main()
|
|
{
|
|
frag_main();
|
|
}
|