be0b034c43
Make View::SortFinalizedDrawLists use child jobs so they don't block the worker thread from doing other work while waiting. Implement a TaskGraph version of the view draw list sort. Fix a misc bug where the scene was waiting on a task graph event twice and so hanging. Enable MeshFeatureProcessor::Simulate to be able to use jobs when no parent job is specified because the parent job is a task. Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com>