Minor updates
This commit is contained in:
@@ -24,6 +24,15 @@ namespace OpenVulkano
|
||||
[[deprecated("Use MkFile instead")]]
|
||||
static FileDescription MakeDescriptionForFile(const char* path, const size_t size) { return MkFile(path, size); }
|
||||
|
||||
void Reset()
|
||||
{
|
||||
type = std::filesystem::file_type::unknown;
|
||||
path = "";
|
||||
size = 0;
|
||||
permissions = {};
|
||||
createTime = modTime = {};
|
||||
}
|
||||
|
||||
static FileDescription MkFile(const char* path, const size_t size)
|
||||
{
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user