You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/Feature/Common/Code/Source/Mesh
rgba16f be0b034c43
Fix editor hang on level load (#6323)
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>
4 years ago
..
MeshFeatureProcessor.cpp Fix editor hang on level load (#6323) 4 years ago
ModelReloader.cpp Model Hot-Reloading (#4304) 4 years ago
ModelReloader.h Model Hot-Reloading (#4304) 4 years ago
ModelReloaderSystem.cpp Model Hot-Reloading (#4304) 4 years ago
ModelReloaderSystem.h Model Hot-Reloading (#4304) 4 years ago