Remove redundant resize documentation

This commit is contained in:
iris committed 2026-09-13 00:49:09 -04:00
1 parent 3eaded125e
commit 0c9a39fd06
1 file changed
-1
-1
View File
@@ -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<Vec2>, queue: &Queue) {
let size = size.into();
let slice = &[WindowUniform {