specs: bump to v1.1.98
This commit is contained in:
parent
e9cae93e4a
commit
cfdb2f2bdd
@ -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
2
specs
@ -1 +1 @@
|
||||
Subproject commit dd9919749a56177c2eb9b6525c0979722a3c24ff
|
||||
Subproject commit f1a7c4b4f3031f985396f1aa617c51fd8a01c8c8
|
Loading…
Reference in New Issue
Block a user