Skip to content
Snippets Groups Projects
Commit 60e95ad5 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: use QSGTextureView (TextureProviderItem) in PartialEffect instead of layering

We already have the source texture (dynamic texture),
because the source is layered. Currently we are using
layering again for applying effect in the area denoted
by effect rect, however we don't need to do that.

With QSGTextureView, we can simply use the area denoted
by effect rect, without layering (thus additional frame
buffer object).
parent e476329d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment