Johannes Schneider

Results 156 comments of Johannes Schneider

I will close this issue for several reasons. First, I think we are doing a good job by using [VMA](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator) in the first place. Second, the scope of this issue...

So... I guess passing it as `std::shared_ptr` is the best option?

We could create an installer with CMake as well? wow That sounds amazing!

Update: Shaders will be compiled now.

This occurs in both `hanni/octree_collision` and `yeetari/warning-cleanup`. I will check it on MS Windows now.

Ok so under Windows this crash does not occur. This means there's something wrong with the way we handle swapchain recreation, at least for Linux based systems I guess?

One thing we could do is to recreate swapchain only of window has been resized and the left mouse button was lifted up.

Ok so I think there is no solution to this problem: Other Linux users didn't report my problem so I think it's a driver issue. I tried to recreate the...

Thanks to user `blopr` from Discord, we know that this is not a driver issue, but it looks like it's a bug in our swapchain creation code. It could be...

> 2021-07-25 20:51:25.621544 error 17579 [vulkan-renderer] Validation Error: [ VUID-VkSwapchainCreateInfoKHR-imageExtent-01274 ] Object 0: handle = 0x564765ab7220, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0x7cd0911d | vkCreateSwapchainKHR() called with imageExtent = (654,654),...