mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00:00
Update emboss.glsl
This commit is contained in:
parent
24027b78e3
commit
7853766a6b
@ -16,7 +16,7 @@ void main()
|
|||||||
float blue = c0.b;
|
float blue = c0.b;
|
||||||
float alpha = c0.a;
|
float alpha = c0.a;
|
||||||
|
|
||||||
red = y2 + (1.0 - y);
|
red = y2 + (1.0 - y);
|
||||||
green = y2 + (1.0 - y);
|
green = y2 + (1.0 - y);
|
||||||
blue = y2 + (1.0 - y);
|
blue = y2 + (1.0 - y);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user