Merge pull request 'Extend ReadFile implementation' (#135) from misc into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/135 Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
This commit is contained in:
@@ -185,7 +185,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