vulkan: Add some missing cases to switch

This commit is contained in:
Matthias Clasen 2017-10-06 18:29:00 -04:00
parent 43c212ac28
commit 10ec3e91f5

View File

@ -122,6 +122,8 @@ gdk_vulkan_strerror (VkResult result)
return "The application caused the validation layer to fail.";
case VK_ERROR_INVALID_SHADER_NV:
return "One or more shaders failed to compile or link.";
case VK_ERROR_OUT_OF_POOL_MEMORY_KHR:
case VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR:
case VK_RESULT_RANGE_SIZE:
case VK_RESULT_MAX_ENUM:
default: