Description
Controls when to perform clean up of the scene renderer 0: clean up is performed immediately after render on the render thread 1: clean up deferred until the start of the next scene render on the render thread 2: clean up deferred until the start of the next scene render on the render thread, with some work distributed to an async task. (default