[Bf-blender-cvs] [230b24159ee] tmp-vulkan: Vulkan: remove VK_ERROR_INCOMPATIBLE_VERSION_KHR

Jeroen Bakker noreply at git.blender.org
Fri Jun 18 15:12:39 CEST 2021


Commit: 230b24159ee57c2f98980045ec92806f400f1ab2
Author: Jeroen Bakker
Date:   Fri Jun 18 15:10:56 2021 +0200
Branches: tmp-vulkan
https://developer.blender.org/rB230b24159ee57c2f98980045ec92806f400f1ab2

Vulkan: remove VK_ERROR_INCOMPATIBLE_VERSION_KHR

It has been removed from the SDK since version 1.1.18.

===================================================================

M	intern/ghost/intern/GHOST_ContextVK.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_ContextVK.cpp b/intern/ghost/intern/GHOST_ContextVK.cpp
index eab48295782..81832e7a1b4 100644
--- a/intern/ghost/intern/GHOST_ContextVK.cpp
+++ b/intern/ghost/intern/GHOST_ContextVK.cpp
@@ -83,7 +83,6 @@ static const char *vulkan_error_as_string(VkResult result)
     FORMAT_ERROR(VK_ERROR_INCOMPATIBLE_DISPLAY_KHR);
     FORMAT_ERROR(VK_ERROR_VALIDATION_FAILED_EXT);
     FORMAT_ERROR(VK_ERROR_INVALID_SHADER_NV);
-    FORMAT_ERROR(VK_ERROR_INCOMPATIBLE_VERSION_KHR);
     FORMAT_ERROR(VK_ERROR_INVALID_DRM_FORMAT_MODIFIER_PLANE_LAYOUT_EXT);
     FORMAT_ERROR(VK_ERROR_NOT_PERMITTED_EXT);
     FORMAT_ERROR(VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT);



More information about the Bf-blender-cvs mailing list