Implement scheduling system with parallel execution support and dummy job systems
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Nerfed.Runtime.Scheduling;
|
||||
|
||||
public enum SystemSchedulePhase
|
||||
{
|
||||
PreUpdate = 0,
|
||||
Simulation = 1,
|
||||
LateSimulation = 2,
|
||||
PreRender = 3,
|
||||
}
|
||||
Reference in New Issue
Block a user