vulkan_test2
diff src/wsys_x11.c @ 7:20eb42197ab8
clear color ...
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 20 Jun 2018 05:57:34 +0300 |
parents | 1dd2c7398afc |
children | d34f84bede17 |
line diff
1.1 --- a/src/wsys_x11.c Fri Sep 22 18:13:03 2017 +0300 1.2 +++ b/src/wsys_x11.c Wed Jun 20 05:57:34 2018 +0300 1.3 @@ -26,8 +26,6 @@ 1.4 static Window win; 1.5 static VkSurfaceKHR surf; 1.6 static VkSwapchainKHR swapchain; 1.7 -static VkImage *swapchain_images; 1.8 -static int next_swapchain_image; 1.9 static Atom xa_wm_delete; 1.10 static int win_width, win_height; 1.11 static int win_mapped;