Remove Nz::String and Nz::StringStream
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
#include <Nazara/VulkanRenderer/Utils.hpp>
|
||||
#include <Nazara/Core/StringExt.hpp>
|
||||
#include <Nazara/VulkanRenderer/Debug.hpp>
|
||||
|
||||
namespace Nz
|
||||
@@ -97,7 +98,7 @@ namespace Nz
|
||||
break;
|
||||
}
|
||||
|
||||
return "Unknown Vulkan error (0x" + String::Number(code, 16).ToStdString() + ')';
|
||||
return "Unknown Vulkan error (0x" + NumberToString(code, 16) + ')';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user