Custom formatter for flag 't', new Utils::GetThreadName()

This commit is contained in:
Vladyslav Baranovskyi
2024-05-30 16:30:09 +03:00
parent 2df5706df4
commit 3127af5bc7
4 changed files with 53 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ namespace OpenVulkano
{
public:
static void SetThreadName(const std::string& name);
static std::string GetThreadName();
static inline std::vector<const char*> toCString(const std::vector<std::string>& values)
{