Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
nots0ap
/
Dolphin
Mirror von
https://github.com/dolphin-emu/dolphin
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
401d6e70f6
Branches
Tags
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
stable
nJoy
2412
2409
2407
5.0-rc
5.0
4.0.2
4.0.1
4.0
3.5
3.0
2.0
Dolphin
/
Data
/
Sys
/
Shaders
/
invert_blue.glsl
invert_blue.glsl
67 B
Verlauf
Originalformat
1
2
3
4
5
void main()
{
SetOutput(float4(0.0, 0.0, 0.7, 1.0) - Sample());
}