-
-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1003 Make ecs_run_pipeline multi-threaded
* Add support for running multi-threaded custom pipelines using worker threads * Add tests for multi-threaded pipeline * Add missing tests to test/cpp_api/project.json * Move ecs_pipeline_state_t typedef to private_types.h * Remove calls to ecs_set_threads from ecs_set_pipeline * Remove todo's about system time * Move ecs_pipeline_state_t* from ecs_stage_t to ecs_world_t
- Loading branch information
1 parent
132764e
commit b5241cc
Showing
11 changed files
with
431 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.