forked from AuroraMiddleware/gtk
vulkancontext: Add new error enum
This commit is contained in:
parent
3db4f805ee
commit
f24d0725ca
@ -185,6 +185,10 @@ gdk_vulkan_strerror (VkResult result)
|
||||
#if VK_HEADER_VERSION >= 64
|
||||
case VK_ERROR_NOT_PERMITTED_EXT:
|
||||
return "The caller does not have sufficient privileges.";
|
||||
#endif
|
||||
#if VK_HEADER_VERSION >= 72
|
||||
case VK_ERROR_FRAGMENTATION_EXT:
|
||||
return "A descriptor pool creation has failed due to fragmentation";
|
||||
#endif
|
||||
case VK_RESULT_RANGE_SIZE:
|
||||
case VK_RESULT_MAX_ENUM:
|
||||
|
Loading…
Reference in New Issue
Block a user