Closed n0F4x closed 4 months ago
That is a fine solution as far as I'm concerned. The code is templated so it is good for it to accept either vulkan.h or vulkan-hpp types (especially considering they are binary compatible). Happy to accept this as a PR.
Using the library with the Vulkan C++ binding worked fine for me until this commit.
A quick fix is to insert a static_cast like so:
I don't know what the proper solution should be.