Roderick Colenbrander thunderbird2k@gmail.com writes:
The current version of the script can be found on my github pag (https://github.com/roderickc/wine-vulkan/blob/master/dlls/winevulkan/vulkan....). It should create the header as you see it now and the rest of the thunks and other code.
I intend to submit it later in the patch series as a lot of other structures and functions in vulkan.c / vulkan_private.h need to be added before the other generate code will be of any use (it can't even get called as the functions can't get loaded by some vk*GetProcAddr). I would like to avoid a lot of dead code basically.
Let me know if that works.
No, the script should be committed along with the code it generates. You can take out the parts that generate stuff that isn't used yet.