renderer_vulkan/wrapper: Add ToString function for VkResult

This commit is contained in:
ReinUsesLisp
2020-03-27 02:46:50 -03:00
parent 92c8d783b3
commit f5cee0e885
3 changed files with 91 additions and 0 deletions

View File

@ -80,4 +80,7 @@ private:
std::size_t num = 0;
};
/// Converts a VkResult enum into a rodata string
const char* ToString(VkResult) noexcept;
} // namespace Vulkan::vk