Closed TechLiam closed 4 years ago
I was also thinking that It should be possible to automate the building of the preloaded list by checking the arguments of the functions (if no vkInstance or vkDevice...).
That a good idea if I come across anything else like this and you have not done this change I will look at doing that
I've made it in a new branch ('AutomatedPreloadedCmdList'), there is no other preload cmd than those already manually added, so maybe it's a bit unnecessary to autogen this. In the case new commands appears in future version of vulkan that need to be preloaded, it would be transparent, but autogen is always exposed to special case that may failed. I'll think a bit about this before pushing or not to master.
vkEnumerateInstanceVersion might be wanted when creating an instance of validating the version of Vulkan on a system before starting a program