mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[XCX] bloom scaling tweak
This commit is contained in:
parent
5313197025
commit
bdb2f06ee4
@ -109,7 +109,7 @@ void main()
|
||||
vec2 ps = vec2(1.0) / textureSize(textureUnitPS0, 0);
|
||||
vec2 uv = coord * ps;
|
||||
|
||||
R4f.xyz = blur(textureUnitPS0, uv, ps*0.5).xyz;
|
||||
R4f.xyz = blur(textureUnitPS0, uv, ps*0.25).xyz;
|
||||
R4f.xyz += (texture(textureUnitPS0, R1f.xy).xyz)/2;
|
||||
R3f.xyz = (texture(textureUnitPS0, R0f.zw).xyz);
|
||||
R2f.xyz = (texture(textureUnitPS0, R2f.xy).xyz);// prob?
|
||||
|
Loading…
Reference in New Issue
Block a user