mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
1 line
676 B
JavaScript
1 line
676 B
JavaScript
window.SIDEBAR_ITEMS = {"enum":[["RenderCommandResult",""]],"macro":[["render_command_tuple_impl",""]],"trait":[["Draw","A draw function which is used to draw a specific [`PhaseItem`]."],["PhaseItem","An item which will be drawn to the screen. A phase item should be queued up for rendering during the `RenderStageLabel::Queue` stage. Afterwards it will be sorted and rendered automatically in the `RenderStageLabel::PhaseSort` stage and `RenderStageLabel::Render` stage, respectively."],["RenderCommand","[`RenderCommand`] is a trait that runs an ECS query and produces one or more [`TrackedRenderPass`] calls. Types implementing this trait can be composed (as tuples)."]]}; |