mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 06:40:14 +00:00
8 lines
64 B
GLSL
8 lines
64 B
GLSL
|
#version 420
|
||
|
|
||
|
layout(early_fragment_tests) in;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
}
|