projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d3aa1
)
gdk: Build fix
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 27 Jul 2023 19:37:36 +0000
(22:37 +0300)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 28 Jul 2023 06:06:14 +0000
(09:06 +0300)
gdk/gdkvulkancontext.c
patch
|
blob
|
history
diff --git
a/gdk/gdkvulkancontext.c
b/gdk/gdkvulkancontext.c
index 5854389d627926cbc743e8a7beee25d002efaa9f..403483360313ba7529fa792fceae35e1eaa57903 100644
(file)
--- a/
gdk/gdkvulkancontext.c
+++ b/
gdk/gdkvulkancontext.c
@@
-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: