Andreas Süßenbach
Andreas Süßenbach
@JasonQiu1 You're right, that's missing in the README. I'll add a few words about it... 'Til then: As long as `VULKAN_HPP_DISABLE_ENHANCED_MODE` is _not_ defined, you get - "enhanced" versions of...
That sounds like a good idea. But in view of the error pattern and its solution, I would assume that it's a compiler specific issue. So maybe it's a better...
> Is it correct/safe to use a local `vk::raii::Context` to initialize class member variables? No, that will not work. You need to hold the `vk::raii::Context` until all objects created from...
@sharadhr If you're looking for some usage of the vk-hash functions, please have a look at the Hash test (`Vulkan-Hpp\tests\Hash\Hash.cpp`).
@sharadhr Are you working on resolving this issue? Or could you give me some hint how I could do that?
@sharadhr It seems you don't use `vulkan_hash.hpp`, which provides the specializations of `std::hash` for all the vk-types. When I `#include `, though, I get a lot of other errors I...
@sharadhr That's a great finding! Thanks a lot for your investigations again. Would you like to add that to the generator, or should I?
> I could help with testing once it's ready! @sharadhr Thanks a lo for your help! Would be great if you could have a look at #1994, then.
Under what circumstances do you get `root` without a trailing slash? Maybe this function should be able handle both cases, `root` with and without a trailing slash.
We should add some startup-checks against `maxResourceDescriptorBufferBindings` to at least gracefully shutdown if there aren't enough.