Add GetUniqueTypeId
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
namespace OpenVulkano
|
||||
{
|
||||
std::atomic_int Utils::uniqueTypeID = 0;
|
||||
|
||||
void Utils::SetThreadName(const std::string& name)
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user