The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aux/vk: fix VK_ERROR_UNKNOWN warning from vk_result_string

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2272>

authored by

Simon Zeni and committed by
Rylie Pavlik
641e4567 ee7ed5d3

-2
-2
src/xrt/auxiliary/vk/vk_helpers.c
··· 82 82 ENUM_TO_STR(VK_ERROR_UNKNOWN); // Only defined in 1.2 and above headers. 83 83 ENUM_TO_STR(VK_ERROR_FRAGMENTATION); 84 84 ENUM_TO_STR(VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS); 85 - #else 86 - case -13 /* VK_ERROR_UNKNOWN */: return "VK_ERROR_UNKNOWN"; // Has no guard. 87 85 #endif 88 86 #ifdef VK_VERSION_1_3 89 87 ENUM_TO_STR(VK_PIPELINE_COMPILE_REQUIRED);