dolphin/Data/Sys/Shaders/acidtrip.glsl

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

5 lines
91 B
Plaintext
Raw Normal View History

2013-03-07 18:51:57 +00:00
void main()
{
SetOutput((SampleOffset(int2(1, 1)) - SampleOffset(int2(-1, -1))) * 8.0);
}