Skip to main content

Module renderer

Module renderer 

Source
Expand description

GPU renderer implementation

The main renderer that manages wgpu resources and executes render passes for SDF primitives, glass effects, and text.

Structs§

GpuRenderer
The GPU renderer using wgpu
LayerTexture
A texture used for offscreen layer rendering
LayerTextureCache
Cache for managing layer textures with size-bucketed pooling
RendererConfig
Configuration for creating a renderer
TextureCacheStats
Statistics for texture cache performance monitoring

Enums§

RendererError
Error type for renderer operations
TextureSizeBucket
Size bucket for texture pooling