13 template <
typename ... Components>
14 using pipeline_builder_base = builder<
16 pipeline_builder_i, Components ...>;
23template <
typename ... Components>
27 : _::pipeline_builder_base<Components...>(
world)
30 this->desc_.entity =
id;
struct ecs_pipeline_desc_t ecs_pipeline_desc_t
Pipeline descriptor, used with ecs_pipeline_init().
ecs_entity_t entity_t
Entity type.
ecs_world_t world_t
World type.
Pipeline builder interface.
Class that wraps around a flecs::id_t.
pipeline_builder(flecs::world_t *world, flecs::entity_t id=0)
Construct a pipeline builder.