This commit is contained in:
2024-07-13 05:04:42 +02:00
parent 23a123437b
commit 0992e92d38
2 changed files with 1276 additions and 159 deletions

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