async Renderer Cleanup
By default, backend cleanup executes on the render thread (with the main thread waiting for the task to finish). Enabling this defers cleanup work to the garbage collector/finalzer thread. This can reduce shutdown stalls on the main thread, but introduces a non-deterministic cleanup timing and might expose possible OpenGL driver issues.
Return
This
Parameters
async Renderer Cleanup
true to enable, false to disable