aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickscreen_p.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-05-07 15:20:07 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-05-07 20:43:45 +0200
commit1fc230c774ff599d14a40682c74f09118db04b2f (patch)
treefac5a2e6fea8ff9fc05e9d9eebe3d63153f5b7c1 /src/quick/items/qquickscreen_p.h
parent0c2ac3f6a5f80f5269a7247806e240bf9ef925e7 (diff)
Avoid stale renderpass references in ShaderManager's pipeline list
A similar problem popped up for Quick3D before, and it seems the same applies to Qt Quick layers as well: these can get released before the (per-rendercontext) resource caches, thus leaving invalid references in the cache keys. Solve this by simply notifying the renderer to clean up the relevant cache entries. Also utilize a very handy QRhi convenience, which allows us to schedule and defer the destruction of a QRhiResource to endFrame() (i.e. until after the current frame is submitted) with a single function call. Change-Id: I6db4914555f9504a2599e6ce1b0dc03b2b4b74de Reviewed-by: Christian Strømme <christian.stromme@qt.io>
Diffstat (limited to 'src/quick/items/qquickscreen_p.h')
0 files changed, 0 insertions, 0 deletions