Skip to main content

Module skia_renderer

Module skia_renderer 

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

Type Aliases§

SkiaWGPU29Rendererunstable-wgpu-29 and wgpu-29
Renders into wgpu 29 textures. Available with the unstable-wgpu-29 feature; the matching wgpu API types are re-exported in the slint::wgpu_29 module.
SkiaWGPU30Rendererunstable-wgpu-30 and wgpu-30
Renders into wgpu 30 textures. Available with the unstable-wgpu-30 feature; the matching wgpu API types are re-exported in the slint::wgpu_30 module.
SkiaWGPURendererwgpu-30
Compatibility alias for the newest enabled wgpu version: wgpu 30 when the unstable-wgpu-30 feature is enabled, wgpu 29 otherwise. Prefer the versioned names, SkiaWGPU29Renderer or SkiaWGPU30Renderer, in new code; they don’t change meaning when another unstable-wgpu-* feature gets enabled elsewhere in the dependency graph.