Add command parsing

This commit is contained in:
zack 2025-03-29 12:35:32 -04:00
parent 12b20be584
commit 234e2ab78d
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
4 changed files with 157 additions and 28 deletions

View file

@ -465,10 +465,6 @@ impl Renderer {
self.depth_image_handle = new_depth_handle;
self.depth_image_view = new_depth_view;
// 4. Update Egui Renderer (if necessary, depends on its implementation)
// It might need the new extent or recreate internal resources.
// Assuming it handles extent changes via update_screen_descriptor called earlier.
info!(
"Swapchain recreated successfully ({}x{}).",
new_extent.width, new_extent.height