fixing memory management issue, VMA uses custom asserts

This commit is contained in:
Kbz-8
2023-11-14 12:46:51 +01:00
parent 5dce6a2c8e
commit 39aa8009a4
10 changed files with 31 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/20 02:13:03 by maldavid #+# #+# */
/* Updated: 2023/11/14 03:12:59 by maldavid ### ########.fr */
/* Updated: 2023/11/14 09:46:32 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,7 +15,6 @@
#include <volk.h>
#include <vma.h>
#include <cstdint>
namespace mlx
{