This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
b18fd3d3ce9d4de87635eb998da02467a1dca67c
dolphin
/
Data
/
Sys
/
Shaders
/
swap_RGB_GRB.glsl
T
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
)
;
}
View Git Blame
Copy Permalink