mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-19 10:34:53 +00:00
Update posterize.glsl
This commit is contained in:
parent
d8fe09e9b1
commit
fd1d0e6e1e
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ void main()
|
||||||
{
|
{
|
||||||
float4 c0 = texture(samp9, uv0).rgba;
|
float4 c0 = texture(samp9, uv0).rgba;
|
||||||
float red = 0.0;
|
float red = 0.0;
|
||||||
float green = 0.0;
|
float green = 0.0;
|
||||||
float blue = 0.0;
|
float blue = 0.0;
|
||||||
|
|
||||||
if (c0.r > 0.25)
|
if (c0.r > 0.25)
|
||||||
red = c0.r;
|
red = c0.r;
|
||||||
|
|
Loading…
Add table
Reference in a new issue