Module maplibre::render::graph::graph

source ·

Structs

  • A Node which acts as an entry point for a RenderGraph with custom inputs. It has the same input and output slots and simply copies them over when run.
  • The render graph configures the modular, parallel and re-usable render logic. It is a retained and stateless (nodes itself my have their internal state) structure, which can not be modified while it is executed by the graph runner.