dolphin/Data/Sys/Shaders/swap_RGB_BRG.glsl

5 lines
43 B
GLSL

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