mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-16 05:42:55 +00:00
Update acidmetal.glsl
This commit is contained in:
parent
c3864db4b3
commit
cd6aa34979
@ -6,8 +6,8 @@ in vec2 uv0;
|
|||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
vec4 c0 = texture(samp9, uv0);
|
vec4 c0 = texture(samp9, uv0);
|
||||||
float red = 0.0;
|
float red = 0.0;
|
||||||
float blue = 0.0;
|
float blue = 0.0;
|
||||||
|
|
||||||
if (c0.r > 0.15 && c0.b > 0.15)
|
if (c0.r > 0.15 && c0.b > 0.15)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user