mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 21:25:46 +00:00
renderer_vulkan/wrapper: Add ToString function for VkResult
This commit is contained in:
parent
2cad825ec7
commit
a12fd8f995
3 changed files with 91 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue