Files
libretro/bios/Nintendo/GameCube/Sys/Shaders/swap_RGB_BRG.glsl
T

5 lines
47 B
GLSL

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