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
e1f457a726
dolphin
/
Data
/
Sys
/
Shaders
/
sunset.glsl
6 lines
95 B
GLSL
Raw
Blame
History
void
main
(
)
{
float4
c0
=
Sample
(
)
;
SetOutput
(
float4
(
c0
.
r
*
1.5
,
c0
.
g
,
c0
.
b
*
0.5
,
c0
.
a
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink