This commit is contained in:
Kbz-8
2024-07-13 05:04:42 +02:00
parent f700d0958e
commit 58566aaf36
2 changed files with 1276 additions and 159 deletions

1425
kvf.h git.filemode.changed_filemode%!(EXTRA template.HTML=git.filemode.normal_file, template.HTML=git.filemode.executable_file)

File diff suppressed because it is too large Load Diff

View File

@@ -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);