mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 01:38:42 -05:00
renderer_vulkan/wrapper: Add ToString function for VkResult
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user