dolphin/Data/Sys/Shaders/swap_RGB_BGR.glsl

5 lines
43 B
GLSL

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