Skip to content

Conversation

@Oreboat
Copy link

@Oreboat Oreboat commented Nov 27, 2025

I have tested this in my own project, it does appear to work

@apotema
Copy link

apotema commented Dec 31, 2025

Thanks for adding the pipeline bindings! I tested the PR and found an issue with the set_pipeline binding:

extern fn ecs_set_pipeline(world: *world_t, pipeline: entity_t, delta_time: ftime_t) void;

Should be

extern fn ecs_set_pipeline(world: *world_t, pipeline: entity_t) void;

https://github.com/SanderMertens/flecs/blob/master/include/flecs/addons/pipeline.h:
void ecs_set_pipeline(
ecs_world_t *world,
ecs_entity_t pipeline);

@Srekel
Copy link
Member

Srekel commented Dec 31, 2025

Thanks! I must have missed this PR somehow. Please fix the function and I'll merge it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants