You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure we submit work even if we visited a camera. (#20595)
Alternative fix to #20318. We have existing code making sure that we do
work on a swapchain in `CameraDriverNode`. However, it's only protecting
against the case where we have no cameras spawned. We also need to check
that we actually did any rendering work, even if we have cameras in the
scene.
Tested on macOS.
0 commit comments