mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
10 lines
75 B
GLSL
10 lines
75 B
GLSL
void frag_main()
|
|
{
|
|
}
|
|
|
|
[earlydepthstencil]
|
|
void main()
|
|
{
|
|
frag_main();
|
|
}
|