vulkan: Add new error code

This commit is contained in:
Benjamin Otte
2023-07-20 03:10:28 +02:00
parent 6562338502
commit 6e75e26a0c

View File

@@ -241,6 +241,10 @@ gdk_vulkan_strerror (VkResult result)
return "Codec-specific parameters in a requested (VK_ERROR_VIDEO_PROFILE_CODEC_NOT_SUPPORTED_KHR)";
case VK_ERROR_VIDEO_STD_VERSION_NOT_SUPPORTED_KHR:
return "The specified video Std header version is not supported. (VK_ERROR_VIDEO_STD_VERSION_NOT_SUPPORTED_KHR)";
#endif
#if VK_HEADER_VERSION >= 246
case VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT:
return "The provided binary shader code is not compatible with this device."
#endif
case VK_RESULT_MAX_ENUM:
default: