Available on non-Android and (crate features
renderer-femtovg or renderer-femtovg-wgpu) only.Expand description
This module contains the femtovg_renderer::FemtoVGRenderer and related types.
It is only enabled when the renderer-femtovg Slint feature is enabled.
Structs§
- FemtoVGWGPU
Renderer unstable-wgpu-28 - Use this type to render to a WGPU texture using FemtoVG. Use the FemtoVG 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 FemtoVG library.
Traits§
- OpenGL
Interface renderer-femtovg - This trait describes the interface GPU accelerated renderers in Slint require to render with OpenGL.
Type Aliases§
- FemtoVG
Renderer renderer-femtovg