mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-21 15:52:19 +00:00
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:
parent
39191e5acd
commit
290468fb55
4 changed files with 1 additions and 19 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue