This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c593bd226c
dolphin
/
Data
/
Sys
/
Shaders
/
acidtrip.glsl
5 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix "some" pp shaders ...
2013-03-07 18:51:57 +00:00
void main()
Set svn:eol-style native.
2011-01-31 00:08:06 +00:00
{
Change all the post processing shaders to the new system. Removes the README.txt file in favour of a new wiki page I'm going to generate.
2014-07-29 17:08:57 +00:00
SetOutput((SampleOffset(int2(1, 1)) - SampleOffset(int2(-1, -1))) * 8.0);
Set svn:eol-style native.
2011-01-31 00:08:06 +00:00
}