diff --git a/gdk/gdkvulkancontext.c b/gdk/gdkvulkancontext.c index 0ad81ed70a..5854389d62 100644 --- a/gdk/gdkvulkancontext.c +++ b/gdk/gdkvulkancontext.c @@ -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: