Sync final frame after finalizing RD to ensure that nothing is in use on the GPU when we free the RD

This commit is contained in:
Clay John 2025-10-23 08:19:05 -07:00
parent 5950fca36c
commit bad8f531a8

View file

@ -6591,6 +6591,8 @@ void RenderingDevice::_flush_and_stall_for_all_frames(bool p_begin_frame) {
if (p_begin_frame) {
_begin_frame();
} else {
_stall_for_frame(frame);
}
}