Loading logic moved to Asset classes
This commit is contained in:
@@ -17,6 +17,11 @@ MaterialInstance::MaterialInstance(const std::string& fullPath)
|
||||
{
|
||||
}
|
||||
|
||||
MaterialInstance::MaterialInstance(const std::filesystem::path& fullPath)
|
||||
: Asset(fullPath)
|
||||
{
|
||||
}
|
||||
|
||||
MaterialInstance::~MaterialInstance()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user