dolphin/Data/Sys/Shaders/swap_RGB_GBR.glsl

4 lines
43 B
GLSL

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