13 template <
typename ... Components>
14 using pipeline_builder_base = builder<
16 pipeline_builder_i, Components ...>;
23template <
typename ... Components>
29 this->desc_.entity =
id;
struct ecs_pipeline_desc_t ecs_pipeline_desc_t
Pipeline descriptor, used with ecs_pipeline_init().
Pipeline builder interface.
Class that wraps around a flecs::id_t.