Module maplibre::render::render_phase::draw
source · Macros§
Structs§
Enums§
Traits§
- A draw function which is used to draw a specific
PhaseItem. - An item which will be drawn to the screen. A phase item should be queued up for rendering during the
RenderStageLabel::Queuestage. Afterwards it will be sorted and rendered automatically in theRenderStageLabel::PhaseSortstage andRenderStageLabel::Renderstage, respectively. RenderCommandis a trait that runs an ECS query and produces one or moreTrackedRenderPasscalls. Types implementing this trait can be composed (as tuples).