Revert "renderer/metal: free resources when occluded"

This reverts commit b5d543705d.
This commit is contained in:
Mitchell Hashimoto
2024-02-13 21:57:46 -08:00
parent b5d543705d
commit e10e45a935
2 changed files with 0 additions and 21 deletions

View File

@@ -250,9 +250,6 @@ fn drainMailbox(self: *Thread) !void {
// Set our visible state
self.flags.visible = v;
// Set it on the renderer
try self.renderer.setVisible(v);
// If we became visible then we immediately trigger a draw.
// We don't need to update frame data because that should
// still be happening.