extend ReadFile implementation
This commit is contained in:
@@ -183,7 +183,8 @@ namespace OpenVulkano
|
||||
return subs;
|
||||
}
|
||||
|
||||
static Array<char> ReadFile(const std::string& filePath, bool emptyOnMissing = false,
|
||||
template<typename T>
|
||||
static Array<char> ReadFile(const T& filePath, bool emptyOnMissing = false,
|
||||
bool nullTerminateString = false);
|
||||
|
||||
template<class T>
|
||||
|
||||
Reference in New Issue
Block a user