We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98c1f7 commit f8304c5Copy full SHA for f8304c5
crates/viewer/re_ui/src/list_item/list_item.rs
@@ -146,8 +146,9 @@ impl ListItem {
146
/// visible.
147
///
148
/// Skipping rendering can increase performances for long lists that are mostly out of view, but
149
- /// this will prevent any side effects from [`ListItemContent::ui`] from occuring. For this
+ /// this will prevent any side effects from [`ListItemContent::ui`] from occurring. For this
150
/// reason, this is an opt-in optimization.
151
+ #[inline]
152
pub fn render_offscreen(mut self, render_offscreen: bool) -> Self {
153
self.render_offscreen = render_offscreen;
154
self
0 commit comments