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

Merge branch 'wip/heavy' into 'master'

check-vulkan: Fix compilation on Steam Runtime 1½ 'heavy'

See merge request !230
parents 1cc32b1f abedff05
No related branches found
No related tags found
1 merge request!230check-vulkan: Fix compilation on Steam Runtime 1½ 'heavy'
Pipeline #8057 passed
......@@ -104,7 +104,9 @@ get_vk_error_string (VkResult error_code)
STR(OPERATION_NOT_DEFERRED_KHR);
STR(ERROR_PIPELINE_COMPILE_REQUIRED_EXT);
#endif
#if VK_HEADER_VERSION >= 89
STR(ERROR_INVALID_DRM_FORMAT_MODIFIER_PLANE_LAYOUT_EXT);
#endif
STR(ERROR_NOT_PERMITTED_EXT);
#if VK_HEADER_VERSION >= 105
STR(ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment