dolphin/Data/Sys/Shaders/invert_blue.glsl

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

5 lines
67 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(float4(0.0, 0.0, 0.7, 1.0) - Sample());
2013-03-07 16:46:55 +00:00
}