Skip to content
Snippets Groups Projects

check-xdg-portal: Look for more xdg-desktop-portal interfaces

Merged Simon McVittie requested to merge wip/check-more-xdg-portals into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -127,6 +127,9 @@ get_vk_error_string (VkResult error_code)
STR(ERROR_VIDEO_PROFILE_FORMAT_NOT_SUPPORTED_KHR);
STR(ERROR_VIDEO_PROFILE_CODEC_NOT_SUPPORTED_KHR);
STR(ERROR_VIDEO_STD_VERSION_NOT_SUPPORTED_KHR);
#endif
#if VK_HEADER_VERSION >= 246
STR(ERROR_INCOMPATIBLE_SHADER_BINARY_EXT);
#endif
STR(RESULT_MAX_ENUM);
#undef STR
Loading