adding texture atlas class

This commit is contained in:
Kbz-8
2023-04-07 17:27:23 +02:00
parent f6c6b5e018
commit 5f16a98d08
9 changed files with 5230 additions and 22643 deletions

View File

@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* texture.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maldavid <marvin@42.fr> +#+ +:+ +#+ */
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/08 02:24:58 by maldavid #+# #+# */
/* Updated: 2023/04/02 22:36:52 by maldavid ### ########.fr */
/* Updated: 2023/04/07 16:39:35 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,6 +15,7 @@
#include <filesystem>
#include <memory>
#include <array>
#include <functional>
#include <renderer/images/vk_image.h>
#include <renderer/descriptors/vk_descriptor_set.h>