code review changes and fixes
This commit is contained in:
@@ -15,7 +15,7 @@ namespace OpenVulkano
|
||||
public:
|
||||
virtual ~ResourceLoader() = default;
|
||||
|
||||
virtual Array<char> GetResource(const std::string& resourceName) = 0;
|
||||
virtual Array<char> GetResource(const std::string& resourceName, std::string& resourcePath) = 0;
|
||||
|
||||
static ResourceLoader& GetInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user