C++: Stabilize line by line renderer

Fixes https://github.com/slint-ui/slint/issues/7505

ChangeLog: C++: Added `SoftwareRenderer::render_by_line`.
This commit is contained in:
Olivier Goffart 2025-02-20 08:50:14 +01:00
parent 39191e5acd
commit 290468fb55
4 changed files with 1 additions and 19 deletions

View file

@ -693,7 +693,6 @@ public:
return PhysicalRegion { r };
}
# ifdef SLINT_FEATURE_EXPERIMENTAL
/// Render the window scene, line by line. The provided Callback will be invoked for each line
/// that needs to rendered.
///
@ -740,7 +739,6 @@ public:
"Unsupported PixelType. It must be either Rgba8Pixel or Rgb565Pixel");
}
}
# endif
/// This enum describes the rotation that is applied to the buffer when rendering.
/// To be used in set_rendering_rotation()