Implement JobSystem for parallel task management and integrate with LocalToWorldSystem
This commit is contained in:
@@ -71,6 +71,8 @@ public static class Engine
|
||||
|
||||
AudioDevice = new AudioDevice();
|
||||
|
||||
JobSystem.Default.Initialize();
|
||||
|
||||
OnInitialize?.Invoke();
|
||||
|
||||
while (!quit)
|
||||
@@ -84,6 +86,7 @@ public static class Engine
|
||||
MainWindow.Dispose();
|
||||
GraphicsDevice.Dispose();
|
||||
AudioDevice.Dispose();
|
||||
JobSystem.Default.Shutdown();
|
||||
SDL.SDL_Quit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user