Available on (crate features
renderer-skia-opengl or renderer-skia-vulkan or renderer-skia) and (crate features unstable-wgpu-29 or unstable-wgpu-30) only.Expand description
This module contains the skia_renderer::SkiaWGPURenderer and related types.
It is only enabled when the renderer-skia Slint feature is enabled.
Structsยง
- SkiaWGPU
Renderer - Use the Skia renderer with WGPU when implementing a custom Slint platform where you want the scene to be rendered into a WGPU texture. The rendering is done using the Skia library with platform-native GPU acceleration.