Module slint::platform::femtovg_renderer

source ·
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§

  • 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§

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