Expand description
WGPU renderer backend for GPU-accelerated 2D rendering.
This renderer uses WGPU for cross-platform GPU support across desktop (Windows/Mac/Linux), web (WebGPU), and mobile (Android/iOS).
Structs§
- Backdrop
Layer - A backdrop effect applied to already-rendered content behind a node.
- Captured
Frame - CPU-readable RGBA frame captured from the renderer output.
- Draw
Shape - HitRegion
- Image
Draw - Scene
- Text
Draw - Wgpu
Renderer - WGPU-based renderer for GPU-accelerated 2D rendering.
Enums§
Functions§
- setup_
headless_ text_ measurer - Convenience function for tests to initialize an accurate wgpu text measurer without launching a window.