dolphin/Data/Sys/Shaders/swap_RGB_GBR.glsl

5 lines
43 B
Plaintext
Raw Normal View History

2013-03-07 18:46:55 +02:00
void main()
2011-01-31 02:08:06 +02:00
{
SetOutput(Sample().gbra);
2013-03-07 18:46:55 +02:00
}