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