You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the source code does not handle C++ exceptions in any way to return VkResult, and this can lead to unhandled errors in C and other languages
I noticed that the source code does not handle C++ exceptions in any way to return
VkResult, and this can lead to unhandled errors in C and other languages