Closed amerkoleci closed 7 years ago
Thanks for getting this started, Amer. I made a small commit on top of yours, with basically just the following changes:
After that, I moved us up to version 1.60 of the spec, because it has been updated in the meantime. This required a Generator change to recognize multiple "require" elements in an extension spec, because one of the new extensions ("VK_KHX_device_group") has several.
I haven't updated the NuGet package yet, but I will soon.
Nice one, yeah havin new nuget packages makes sense as the update its quite huge.
Yep! NuGet package version 1.0.5 has all of the stuff in master now.
Update to vulkan 1.58 xml. Map some collide NV, KHR, enum values from VkStructureType. Maybe would be better to keep suffix like NV, Ext, KHR when mapping VkStructureType?
Related to issue #5