fixed bug at cleanup and removed the surface from the swapchain struct
[vkrt] / src / vk.h
index dfe6aa6..6d4b05e 100644 (file)
--- a/src/vk.h
+++ b/src/vk.h
@@ -31,7 +31,6 @@ struct vk_cmd_buffer
 struct vk_swapchain
 {
     VkSwapchainKHR swapchain;
-    VkSurfaceKHR surface;
     VkSurfaceFormatKHR surf_fmt;
 
     /* image properties */