mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Update invertedoutline.glsl
This commit is contained in:
parent
dc59012d5a
commit
51b0645963
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@ uniform vec4 resolution;
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
float4 c0 = texture(samp9, uv0);
|
float4 c0 = texture(samp9, uv0);
|
||||||
float4 c1 = texture(samp9, uv0 + float2(5,5)*resolution.zw);
|
float4 c1 = texture(samp9, uv0 + float2(5,5)*resolution.zw);
|
||||||
|
|
||||||
ocol0 = c0 - c1;
|
ocol0 = c0 - c1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue