rendering

This commit is contained in:
2022-12-19 17:16:50 +01:00
parent 2c6c3a945e
commit c8302b4fdf
13 changed files with 259 additions and 87 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/12/18 17:25:16 by maldavid #+# #+# */
/* Updated: 2022/12/19 00:00:46 by maldavid ### ########.fr */
/* Updated: 2022/12/19 15:27:44 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -134,6 +134,7 @@ namespace mlx
for(int i = 0; i < MAX_FRAMES_IN_FLIGHT; i++)
_cmd_buffers[i].destroy();
_pipeline.destroy();
_swapchain.destroyFB();
_pass.destroy();
_swapchain.destroy();