Pierre Krieger

Results 574 comments of Pierre Krieger

(op here) I don't know if my original problem is the same as the one that is being discussed, but I believe that I've just found the cause of mine....

Thanks for the explanation, I had fixed that simply by passing a fence to `vkAcquireNextImage` and immediately waiting on it right after. As I've mentioned, I still see a very...

I have reduced the memory usage from 20 GiB to 13 GiB by passing the `VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT` flag when resetting a command pool.

I had some issues debugging with XCode in the past, but I've managed to make it work now, and it seems that the huge amount of memory consumed comes from...