Files
libretro/bios/Nintendo/GameCube/Sys/Shaders/swap_RGB_BRG.glsl
2026-03-17 11:53:42 +01:00

5 lines
47 B
GLSL

void main()
{
SetOutput(Sample().brga);
}