dolphin/Data/Sys/Shaders/swap_RGB_GRB.glsl

5 lines
43 B
Text
Raw Normal View History

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