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§
- SkiaWGP
U29Renderer unstable-wgpu-29andwgpu-29 - Renders into wgpu 29 textures. Available with the
unstable-wgpu-29feature; the matching wgpu API types are re-exported in theslint::wgpu_29module. - SkiaWGP
U30Renderer unstable-wgpu-30andwgpu-30 - Renders into wgpu 30 textures. Available with the
unstable-wgpu-30feature; the matching wgpu API types are re-exported in theslint::wgpu_30module. - SkiaWGPU
Renderer wgpu-30 - Compatibility alias for the newest enabled wgpu version: wgpu 30 when the
unstable-wgpu-30feature is enabled, wgpu 29 otherwise. Prefer the versioned names,SkiaWGPU29RendererorSkiaWGPU30Renderer, in new code; they don’t change meaning when anotherunstable-wgpu-*feature gets enabled elsewhere in the dependency graph.