dolphin/Data/Sys/Shaders/swap_RGB_GBR.glsl

5 lines
43 B
Plaintext
Raw Normal View History

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