Add function to create custom v8 UUIDs that use date&time for the first 6 byte in a human-readable form

This commit is contained in:
Georg Hagen
2024-12-18 00:08:57 +01:00
parent 49f54cb164
commit 2334d48856
3 changed files with 52 additions and 1 deletions

View File

@@ -11,4 +11,6 @@
namespace OpenVulkano
{
typedef stud::uuid UUID;
UUID GenerateTimePrefixedCustomUUID();
}