Module femtovg_renderer

Source
Available on crate feature renderer-femtovg and non-Android 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§

FemtoVGRenderer
Use the FemtoVG renderer when implementing a custom Slint platform where you deliver events to Slint and want the scene to be rendered using OpenGL. The rendering is done using the FemtoVG library.

Traits§

OpenGLInterface
This trait describes the interface GPU accelerated renderers in Slint require to render with OpenGL.