Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Pipelines

Pipelines order and schedule systems for execution. More...

Classes

struct  flecs::pipeline_builder< Components >
 Pipeline builder. More...
 
struct  flecs::pipeline_builder_i< Base >
 Pipeline builder interface. More...
 
struct  flecs::pipeline< Components >
 

Functions

flecs::pipeline_builder flecs::world::pipeline () const
 Create a new pipeline. More...
 

Detailed Description

Pipelines order and schedule systems for execution.

Function Documentation

◆ pipeline()

Create a new pipeline.

Returns
A pipeline builder.