mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 02:01:19 +00:00
Bloom effect is now updated manually as the others.
This commit is contained in:
parent
466fea495d
commit
5cfee38329
@ -322,9 +322,15 @@ Item{
|
|||||||
active: mBloom != 0
|
active: mBloom != 0
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
sourceComponent: ShaderEffectSource{
|
sourceComponent: ShaderEffectSource{
|
||||||
|
id: _bloomEffectSource
|
||||||
sourceItem: bloomEffectLoader.item
|
sourceItem: bloomEffectLoader.item
|
||||||
hideSource: true
|
hideSource: true
|
||||||
|
live: false
|
||||||
smooth: true
|
smooth: true
|
||||||
|
Connections{
|
||||||
|
target: kterminalSource
|
||||||
|
onSourceUpdate: _bloomEffectSource.scheduleUpdate();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user