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
Plaintext
Raw Normal View History

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