This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
dolphin-emulator
Watch
1
Star
0
Fork
You've already forked dolphin-emulator
0
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-04-28 08:14:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1d5ce4708f
dolphin-emulator
/
Data
/
Sys
/
Shaders
/
invert.glsl
5 lines
67 B
Text
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 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 12:08:57 -05:00
SetOutput(float4(1.0, 1.0, 1.0, 1.0) - Sample());
Set svn:eol-style native.
2011-01-31 00:08:06 +00:00
}
Reference in a new issue
Copy permalink