Raxol.UI.Rendering.Composer (Raxol v0.5.0)

View Source

Summary

Functions

Composes a render tree or command list from the layout tree. Currently a stub; in the future, this will build a render tree or command list, potentially processing diffs or layout-specific changes.

Functions

compose_render_tree(layout_data, new_tree_for_reference, previous_composed_tree)

@spec compose_render_tree(
  layout_stage_output :: any(),
  new_tree_for_reference :: map() | nil,
  previous_composed_tree :: any()
) :: map() | any()

Composes a render tree or command list from the layout tree. Currently a stub; in the future, this will build a render tree or command list, potentially processing diffs or layout-specific changes.