Ben Collins
Results
2
issues of
Ben Collins
Hi, The section of code where you create the swap chain was causing the program to crash on my system: ```rust let queuefamilies = [qfamindices.0]; let swapchain_create_info = vk::SwapchainCreateInfoKHR::builder() .surface(surface)...
I am using Fedora 35 with Radeon graphics. Window creation fails even when you switch to using X11 on winit. This is fixed by removing the frame buffer attribute GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB...