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
Since updating to Vulkan 1.4.303 I encountered an error of missing vk::ObjectDestroy type at vkfw.hpp:3076. I guess it's been moved to vk::detail namespace.
I am not sure if just adding detail is an intended fix, but it works fine for me.
The text was updated successfully, but these errors were encountered:
Since updating to Vulkan 1.4.303 I encountered an error of missing
vk::ObjectDestroy
type atvkfw.hpp:3076
. I guess it's been moved tovk::detail
namespace.I am not sure if just adding
detail
is an intended fix, but it works fine for me.The text was updated successfully, but these errors were encountered: