dolphin/Data/Sys/Shaders/swap_RGB_GRB.glsl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
43 B
Text
Raw Normal View History

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