Skip to main content

Module painter

Module painter 

Source
Expand description

Minimal painter / pass-plan model for the WGPU renderer.

This is an architectural step toward MapLibre’s Painter: render work is planned as explicit ordered passes rather than only being hard-coded inline inside WgpuMapRenderer::render_full.

Structs§

PainterPlan
Renderer pass plan for one frame.

Enums§

PainterPass
Ordered render-pass kinds used by the WGPU renderer.