Get basics of material system implemented and working

This commit is contained in:
2024-10-14 04:29:41 -04:00
parent b3945e600b
commit 9e919060f3
63 changed files with 943 additions and 364 deletions

View File

@@ -11,7 +11,7 @@
#include "engine/filesystem/scanner/FileScanner.hpp"
#include "engine/filesystem/types.hpp"
#include "engine/assets/image/ImageView.hpp"
#include "engine/texture/Texture.hpp"
#include "engine/assets/texture/Texture.hpp"
#include "safe_include.hpp"
namespace fgl::engine::filesystem