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
2024d9f8ff
dolphin
/
Data
/
Sys
/
Shaders
/
acidtrip.glsl
5 lines
91 B
GLSL
Raw
Blame
History
void
main
(
)
{
SetOutput
(
(
SampleOffset
(
int2
(
1
,
1
)
)
-
SampleOffset
(
int2
(
-
1
,
-
1
)
)
)
*
8.0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink