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
9a3e770c23
dolphin
/
Data
/
Sys
/
Shaders
/
swap_RGB_GRB.glsl
Noah
0be80bcb18
Fix swap_RGB_GRB.gls post-processing shader
2021-07-19 13:21:41 -07:00
5 lines
43 B
GLSL
Raw
Blame
History
void
main
(
)
{
SetOutput
(
Sample
(
)
.
grba
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink