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

Merge branch 'wip/smcv/vulkan' into 'main'

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

See merge request !765
parents 2792c7af 03c005f8
Branches
Tags
1 merge request!765check-vulkan: Handle new error codes from Vulkan-Loader 1.3.296
......@@ -134,6 +134,10 @@ get_vk_error_string (VkResult error_code)
#endif
#if VK_HEADER_VERSION >= 274
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
STR(RESULT_MAX_ENUM);
#undef STR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment