adding error checks

This commit is contained in:
Kbz-8
2023-12-16 20:17:49 +01:00
parent 80e938c019
commit 1922b409dd
6 changed files with 110 additions and 22 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/12/16 14:43:31 by maldavid ### ########.fr */
/* Updated: 2023/12/16 18:53:51 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -44,7 +44,8 @@ namespace mlx
private:
VmaAllocator _allocator;
uint32_t _active_allocations = 0;
uint32_t _active_buffers_allocations = 0;
uint32_t _active_images_allocations = 0;
};
}