Loading logic moved to Asset classes

This commit is contained in:
Dynamitos
2020-06-08 01:44:47 +02:00
parent 356e6058fe
commit ab4a3b5e23
50 changed files with 966 additions and 558 deletions
+5
View File
@@ -17,6 +17,11 @@ MaterialInstance::MaterialInstance(const std::string& fullPath)
{
}
MaterialInstance::MaterialInstance(const std::filesystem::path& fullPath)
: Asset(fullPath)
{
}
MaterialInstance::~MaterialInstance()
{
}