fix view leak and add view count

This commit is contained in:
2025-08-24 22:13:02 -04:00
parent 74d01d14d4
commit 44a8b1cbeb
7 changed files with 41 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ pub struct Renderer {
config: SurfaceConfiguration,
encoder: CommandEncoder,
staging_belt: StagingBelt,
ui: UiRenderer,
pub ui: UiRenderer,
}
impl Renderer {