diff --git a/core/src/render/mod.rs b/core/src/render/mod.rs index 3144a05..7dec368 100644 --- a/core/src/render/mod.rs +++ b/core/src/render/mod.rs @@ -117,7 +117,6 @@ impl UiRenderNode { } } - /// Updates the render target dimensions without depending on a window backend. pub fn resize(&mut self, size: impl Into, queue: &Queue) { let size = size.into(); let slice = &[WindowUniform {