Pipelines order and schedule systems for execution.
More...
Pipelines order and schedule systems for execution.
◆ get_pipeline()
◆ get_threads()
| int32_t get_threads |
( |
| ) |
const |
|
related |
◆ pipeline() [1/2]
template<typename Pipeline ,
if_not_t< is_enum< Pipeline >::value > = 0>
Create a new pipeline.
- Template Parameters
-
| Pipeline | Type associated with the pipeline. |
- Returns
- A pipeline builder.
◆ pipeline() [2/2]
Create a new pipeline.
- Parameters
-
| name | The pipeline name (optional). |
- Returns
- A pipeline builder.
◆ progress()
◆ run_pipeline() [1/2]
◆ run_pipeline() [2/2]
template<typename Pipeline ,
if_not_t< is_enum< Pipeline >::value > = 0>
| void run_pipeline |
( |
ecs_ftime_t | delta_time = 0.0 | ) |
const |
|
related |
Run a pipeline.
- Template Parameters
-
| Pipeline | Type associated with the pipeline. |
- See also
- ecs_run_pipeline()
◆ set_pipeline() [1/2]
template<typename Pipeline >
| void set_pipeline |
( |
| ) |
const |
|
related |
◆ set_pipeline() [2/2]
◆ set_task_threads()
| void set_task_threads |
( |
int32_t | task_threads | ) |
const |
|
related |
◆ set_threads()
| void set_threads |
( |
int32_t | threads | ) |
const |
|
related |
◆ using_task_threads()
| bool using_task_threads |
( |
| ) |
const |
|
related |