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