create swapchain, images and image views for the swapchain
[vkray] / src / vk.h
index 5fcf16e..746b0e0 100644 (file)
--- a/src/vk.h
+++ b/src/vk.h
@@ -8,4 +8,6 @@ void vk_init_xwin(Display *dpy, Window win);
 int vk_init(void);
 void vk_cleanup(void);
 
+int vk_reshape(int xsz, int ysz);
+
 #endif /* VK_H_ */