An assert that ensures the GPU compositor executes in a non main thread wrongly fires in background mode, that's because in background mode, rendering happens in the main thread. So add a condition for background mode.
An assert that ensures the GPU compositor executes in a non main thread wrongly fires in background mode, that's because in background mode, rendering happens in the main thread. So add a condition for background mode.