Skip to main content

Module render

Module render 

Source
Expand description

Render backend trait for abstracting over CPU and GPU rendering.

Widgets draw through this trait, making them backend-agnostic.

Structs§

ImageId
Opaque handle to a backend-registered image.

Traits§

RenderBackend
Abstraction over rendering backends (CPU via tiny-skia, GPU via wgpu).