Searched refs:VkResultAsString (Results 1 – 2 of 2) sorted by relevance
21 const char* VkResultAsString(::VkResult result) { in VkResultAsString() function83 std::string message = std::string(context) + " failed with " + VkResultAsString(result); in CheckVkSuccessImpl()97 std::string message = std::string(context) + " failed with " + VkResultAsString(result); in CheckVkOOMThenSuccessImpl()
27 const char* VkResultAsString(::VkResult result);