charles-lunarg / vk-bootstrap

Vulkan Bootstrapping Iibrary
MIT License
821 stars 82 forks source link

Handle multiple required extensions in generator #192

Closed charles-lunarg closed 1 year ago

charles-lunarg commented 1 year ago

The XML added requirements which had multiple extensions be required. This broke the existing autogen because it assumed there would only be one extension required at a time. The fix is easy, split the requirement string into a list then add it to the list of requirements.