fixing compilation issues, adding profile

This commit is contained in:
2023-11-10 09:19:47 +01:00
parent 9c54cb6c68
commit 22c9e14947
13 changed files with 109 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/08 18:55:57 by maldavid #+# #+# */
/* Updated: 2023/11/09 20:02:14 by maldavid ### ########.fr */
/* Updated: 2023/11/10 08:14:42 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -140,5 +140,6 @@ namespace mlx
void Buffer::flush(VkDeviceSize size, VkDeviceSize offset)
{
Render_Core::get().getAllocator().flush(_allocation, size, offset);
}
}