WIP: started the code to use a swapchain and aquire swapchain images
[vkrt] / src / vk.h
index f28930f..7380a40 100644 (file)
--- a/src/vk.h
+++ b/src/vk.h
@@ -72,7 +72,6 @@ struct vk_buf
        struct vk_mem_obj mobj;
 };
 
-
 struct vk_renderer
 {
        VkPipeline pipeline;