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: