charles-lunarg / vk-bootstrap

Vulkan Bootstrapping Iibrary
MIT License
818 stars 82 forks source link

Enable Extensions If Present #251

Closed Diamond-D0gs closed 10 months ago

Diamond-D0gs commented 10 months ago

Vulkan has extensions that require other extensions to be enabled to be used, which can lead to the following case.

image

I propose a cleaner solution that can test a vector of extensions and enables all of them if they're all present.

image2