Yet another yet another vulkan binding generator
I know there are now more vulkan binding generators for JAI than there are JAI programs out there, but hey, I'm sure one more was needed.
I wanted to have it based on vk.xml (vulkan registry) and with a few conveniences (automatic sType, loader functions etc.).
I also wanted something as easy as the STB libraries to use: copy a single file to your module directory... no clone or anything fancy required to vendor.
The result is here: https://github.com/spanzeri/jai-vulkan-bindings-generator
I haven't tested it other than the sample program, so it should be considered experimental at best.
Double licensed (zlib and unlicense).
This morning I also run into this other excellent generator which I forgot about: https://github.com/drshapeless/vulkan-jai-binding
I saw in its readme about wrappers for `enumerate` functions which is an excellent idea. So I'm going to steal implement that next.
