Skip to main content

Module skia_renderer

Module skia_renderer 

Source
Available on crate feature unstable-wgpu-28 and (crate features renderer-skia or renderer-skia-opengl or renderer-skia-vulkan) 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ยง

SkiaWGPURenderer
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.