Function ecs_frame_end
Synopsis
#include <include/flecs.h>
FLECS_API void ecs_frame_end(ecs_world_t *world)
Description
End frame. This operation must be called at the end of the frame, and always after ecs_frame_begin.
- Parameters
world
- The world.
Source
Line 2666 in include/flecs.h.