mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Update acidtrip2.glsl
This commit is contained in:
@ -7,7 +7,7 @@ uniform vec4 resolution;
|
|||||||
|
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
vec4 a = texture(samp9, uv0+resolution.zw);
|
vec4 a = texture(samp9, uv0+resolution.zw);
|
||||||
vec4 b = texture(samp9, uv0-resolution.zw);
|
vec4 b = texture(samp9, uv0-resolution.zw);
|
||||||
ocol0 = ( a*a*1.3 - b ) * 8.0;
|
ocol0 = ( a*a*1.3 - b ) * 8.0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user