yes
This commit is contained in:
@@ -27,8 +27,8 @@ int main(void)
|
||||
|
||||
int width, height;
|
||||
SDL_Vulkan_GetDrawableSize(win, &width, &height);
|
||||
VkExtent2D actualExtent = { width, height };
|
||||
VkSwapchainKHR swapchain = kvfCreateSwapchainKHR(device, ph_device, surface, extend, true);
|
||||
VkExtent2D extent = { width, height };
|
||||
VkSwapchainKHR swapchain = kvfCreateSwapchainKHR(device, ph_device, surface, extent, true);
|
||||
|
||||
SDL_Delay(2000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user