yes
This commit is contained in:
1431
kvf.h
git.filemode.changed_filemode%!(EXTRA template.HTML=git.filemode.normal_file, template.HTML=git.filemode.executable_file)
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
@@ -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