mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
vulkancontext: Remove usage of VK_ERROR_INCOMPATIBLE_VERSION_KHR
According to https://www.khronos.org/registry/vulkan/specs/1.0-wsi_extensions/html/chap46.html this has been removed. It also breaks the build on my system
This commit is contained in:
parent
2192bb3dde
commit
3c2484142d
@ -210,8 +210,6 @@ gdk_vulkan_strerror (VkResult result)
|
|||||||
return "An unknown error has occurred; either the application has provided invalid input, or an implementation failure has occurred.";
|
return "An unknown error has occurred; either the application has provided invalid input, or an implementation failure has occurred.";
|
||||||
#endif
|
#endif
|
||||||
#if VK_HEADER_VERSION >= 135
|
#if VK_HEADER_VERSION >= 135
|
||||||
case VK_ERROR_INCOMPATIBLE_VERSION_KHR:
|
|
||||||
return "Acceleration structure serialized with version as the version information is not compatible with device.";
|
|
||||||
case VK_THREAD_IDLE_KHR:
|
case VK_THREAD_IDLE_KHR:
|
||||||
return "A deferred operation is not complete but there is currently no work for this thread to do at the time of this call.";
|
return "A deferred operation is not complete but there is currently no work for this thread to do at the time of this call.";
|
||||||
case VK_THREAD_DONE_KHR:
|
case VK_THREAD_DONE_KHR:
|
||||||
|
Loading…
Reference in New Issue
Block a user