Skip to content
Snippets Groups Projects
Commit 03c005f8 authored by Simon McVittie's avatar Simon McVittie
Browse files

check-vulkan: Handle new error codes from Vulkan-Loader 1.3.296

parent 2792c7af
No related branches found
No related tags found
1 merge request!765check-vulkan: Handle new error codes from Vulkan-Loader 1.3.296
Pipeline #106374 passed
...@@ -134,6 +134,10 @@ get_vk_error_string (VkResult error_code) ...@@ -134,6 +134,10 @@ get_vk_error_string (VkResult error_code)
#endif #endif
#if VK_HEADER_VERSION >= 274 #if VK_HEADER_VERSION >= 274
STR(ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR); STR(ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR);
#endif
#if VK_HEADER_VERSION >= 296
STR(ERROR_NOT_ENOUGH_SPACE_KHR);
STR(PIPELINE_BINARY_MISSING_KHR);
#endif #endif
STR(RESULT_MAX_ENUM); STR(RESULT_MAX_ENUM);
#undef STR #undef STR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment