This website requires JavaScript.
Explore
Help
Sign In
piwalker
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2024-11-15 05:47:56 -07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
78cf6ae982
dolphin
/
Data
/
Sys
/
Shaders
/
sunset.glsl
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change all these pp shaders to GLSL.
2013-03-07 09:46:55 -07:00
void main()
Set svn:eol-style native.
2011-01-30 17:08:06 -07: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 11:08:57 -06:00
float4 c0 = Sample();
SetOutput(float4(c0.r * 1.5, c0.g, c0.b * 0.5, c0.a));
Change all these pp shaders to GLSL.
2013-03-07 09:46:55 -07:00
}
Reference in New Issue
Copy Permalink