Rua

Results 242 comments of Rua

That's issue #1558, which I definitely haven't forgotten about. :)

Oh, you added Ferret yourself, thank you so much!

Can you post the full assertion failed message?

Does this also happen when running examples, for example the `image` example? If so, could you enable the API dump layer, and post the calls to `vkGetImageMemoryRequirements(2)`? And are there...

I notice that in the good log, `vkGetImageMemoryRequirements2` returns a sensible size, while in the bad log, it returns a size of 0. That seems like it's a bug in...

I've already started working on this.

A layout transition is a write operation, which means that concurrent access to the same image should not be allowed. Pipeline barriers protect against access on the same queue, but...

I seem to be in the spotlight here, but I want to thank everyone else who has contributed to Vulkano as well. I contribute because I enjoy doing so, seeing...