This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-03-14 04:00:58 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
32e135e6a94de9aba7e08ef0b32fac35f4647ab3
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