Function freya::core::render::process_render

source ยท
pub fn process_render(
    fdom: &FreyaDOM,
    render_fn: impl FnMut(&FreyaDOM, &EntityId, &LayoutNode, &Torin<EntityId>),
)
Expand description

Call the render function for the nodes that should be rendered.