mirror of https://github.com/libsdl-org/SDL.git
GPU: Add missing error code to VkErrorMessages()
This commit is contained in:
parent
205c34c62a
commit
906c6c7516
|
|
@ -1227,6 +1227,7 @@ static inline const char *VkErrorMessages(VkResult code)
|
|||
ERR_TO_STR(VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT)
|
||||
ERR_TO_STR(VK_SUBOPTIMAL_KHR)
|
||||
ERR_TO_STR(VK_ERROR_NATIVE_WINDOW_IN_USE_KHR)
|
||||
ERR_TO_STR(VK_ERROR_INVALID_SHADER_NV)
|
||||
default:
|
||||
return "Unhandled VkResult!";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue