Skip to content

renderer/vulkan: Defer device lost signal until end of pass

If the compositor were to try to handle a GPU reset within the lost signal (by recreating the renderer) we should avoid referencing renderer resources after the lost signal. This prevents use after free for such compositors.

Merge request reports