Add option to name threads and name main thread
This commit is contained in:
@@ -16,6 +16,8 @@ namespace openVulkanoCpp
|
||||
class Utils
|
||||
{
|
||||
public:
|
||||
static void SetThreadName(const std::string& name);
|
||||
|
||||
static inline std::vector<const char*> toCString(const std::vector<std::string>& values)
|
||||
{
|
||||
std::vector<const char*> result;
|
||||
|
||||
Reference in New Issue
Block a user