Merge pull request #111957 from clayjohn/RD-timeout

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:
Thaddeus Crews 2025-10-23 15:34:00 -05:00
commit beac359f87
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

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);
}
}