good but wrong teardown order; device wait idle

This commit is contained in:
David Allemang
2024-07-09 16:09:22 -04:00
parent 59912a4bc6
commit 2bb3b71b2b
5 changed files with 133 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ pub fn main() !void {
try nu.Render.init(alloc);
defer nu.Render.deinit();
try nu.ImGui.init(alloc);
try nu.ImGui.init();
defer nu.ImGui.deinit();
try App.init(alloc);