mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Update acidtrip2.glsl
This commit is contained in:
parent
b36609e991
commit
38669a1d16
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ uniform vec4 resolution;
|
|||
|
||||
void main()
|
||||
{
|
||||
vec4 a = texture(samp9, uv0+resolution.zw);
|
||||
vec4 b = texture(samp9, uv0-resolution.zw);
|
||||
ocol0 = ( a*a*1.3 - b ) * 8.0;
|
||||
vec4 a = texture(samp9, uv0+resolution.zw);
|
||||
vec4 b = texture(samp9, uv0-resolution.zw);
|
||||
ocol0 = ( a*a*1.3 - b ) * 8.0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue