specs: bump to v1.1.98

This commit is contained in:
Danny Robson 2019-02-21 21:01:57 +11:00
parent e9cae93e4a
commit cfdb2f2bdd
2 changed files with 6 additions and 2 deletions

View File

@ -45,9 +45,11 @@ using cruft::vk::error_code;
VK_ERROR_INCOMPATIBLE_DISPLAY_KHR, \
VK_ERROR_OUT_OF_POOL_MEMORY_KHR, \
VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR, \
VK_ERROR_INVALID_DRM_FORMAT_MODIFIER_PLANE_LAYOUT_EXT, \
VK_ERROR_INVALID_SHADER_NV, \
VK_ERROR_FRAGMENTATION_EXT, \
VK_ERROR_NOT_PERMITTED_EXT)
VK_ERROR_NOT_PERMITTED_EXT, \
VK_ERROR_INVALID_DEVICE_ADDRESS_EXT)
///////////////////////////////////////////////////////////////////////////////
@ -83,6 +85,8 @@ to_string (VkResult res)
case VK_ERROR_VALIDATION_FAILED_EXT: return "validation failed";
case VK_ERROR_FRAGMENTATION_EXT: return "too much fragmentation";
case VK_ERROR_NOT_PERMITTED_EXT: return "not permitted";
case VK_ERROR_INVALID_DRM_FORMAT_MODIFIER_PLANE_LAYOUT_EXT: return "invalid DRM format modifier plane layout";
case VK_ERROR_INVALID_DEVICE_ADDRESS_EXT: return "invalid device address";
// KHR
case VK_ERROR_SURFACE_LOST_KHR: return "surface lost";

2
specs

@ -1 +1 @@
Subproject commit dd9919749a56177c2eb9b6525c0979722a3c24ff
Subproject commit f1a7c4b4f3031f985396f1aa617c51fd8a01c8c8