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
Hi, I am new to Vulkan and was looking through the docs for ash_window::create_instance, the docs say that end-users should destroy the surface before destroying the parents, but this method explicitly drops the instance while orphaning the surface. How should I safely destroy a surface acquired this way?
The text was updated successfully, but these errors were encountered:
Hi, I am new to Vulkan and was looking through the docs for
ash_window::create_instance
, the docs say that end-users should destroy the surface before destroying the parents, but this method explicitly drops the instance while orphaning the surface. How should I safely destroy a surface acquired this way?The text was updated successfully, but these errors were encountered: