basysKom / RiveQtQuickPlugin

A Qt / QtQuick Renderer to draw Rive Animations in QML.
50 stars 6 forks source link

Remove texture copy #46

Closed BertholdKrevert closed 1 year ago

BertholdKrevert commented 1 year ago

The second texture copy is not necessary, because it is only used for sampling (READ operation) in this pass. The display buffer is used for both - for sampling and as a render target.

jebos commented 1 year ago

is part of #47