Skip to main content

Module painter

Module painter 

Source
Expand description

AgpuPainter — implements crate::paint::Painter using wgpu.

Collects all drawing commands during a frame, maintaining a clip stack. The actual GPU rendering happens when finish() is called with the render pass.

Structs§

AgpuPainter
A Painter backed by agpu’s wgpu-based 2D renderer.