working on cmd resources management

This commit is contained in:
Kbz-8
2024-01-05 23:13:35 +01:00
parent f8e619ad94
commit d9a7f337ba
10 changed files with 162 additions and 72 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/12/15 19:57:49 by maldavid #+# #+# */
/* Updated: 2023/12/17 20:10:25 by maldavid ### ########.fr */
/* Updated: 2024/01/05 20:29:01 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -51,4 +51,6 @@ namespace mlx
});
_pool.destroy();
}
SingleTimeCmdManager::~SingleTimeCmdManager() {}
}