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_GBR.glsl
Noah
ac32996d11
Fix swap_RGB_GBR.gls post-processing shader
2021-07-19 13:20:58 -07:00
5 lines
43 B
GLSL
Raw
Blame
History
void
main
(
)
{
SetOutput
(
Sample
(
)
.
gbra
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink