This website requires JavaScript.
Explore
Help
Sign In
emu-mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-01-02 20:50:55 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5508082345
dolphin
/
Data
/
Sys
/
Shaders
/
invert.glsl
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
reimplement postprocessing and fix one shader as example
2013-03-07 17:00:11 +01:00
void main()
Set svn:eol-style native.
2011-01-31 01:08:06 +01: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 19:08:57 +02:00
SetOutput(float4(1.0, 1.0, 1.0, 1.0) - Sample());
Set svn:eol-style native.
2011-01-31 01:08:06 +01:00
}
Reference in New Issue
Copy Permalink