gdk: Build fix
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Jul 2023 19:37:36 +0000 (22:37 +0300)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 28 Jul 2023 06:06:14 +0000 (09:06 +0300)
gdk/gdkvulkancontext.c

index 5854389d627926cbc743e8a7beee25d002efaa9f..403483360313ba7529fa792fceae35e1eaa57903 100644 (file)
@@ -244,7 +244,7 @@ gdk_vulkan_strerror (VkResult result)
 #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."
+      return "The provided binary shader code is not compatible with this device. (VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT)";
 #endif
     case VK_RESULT_MAX_ENUM:
     default: