Skip to main content

Module backend

Module backend 

Source
Expand description

Backend trait and error types.

Modules§

hybridvello-hybrid or webgl
Vello Hybrid backend: path processing and coverage on the CPU, a plain render pipeline on the GPU.
vellovello
Vello backend. Wraps vello::Scene to implement SceneBuilder and owns the wgpu device/queue/renderer needed for headless rasterization.

Enums§

BackendError

Traits§

Renderer
Owns backend resources (GPU device, pipelines, etc.) and rasterizes a scene to an RGBA8 buffer.
WgpuRenderervello-hybrid or vello
Optional extension for wgpu-backed renderers: rasterise directly into a host-owned texture, bypassing the CPU readback that Renderer::render_to_buffer uses.