charles-lunarg / vk-bootstrap

Vulkan Bootstrapping Iibrary
MIT License
818 stars 82 forks source link

Make it possible to check what features have been enabled #277

Closed n0F4x closed 5 months ago

n0F4x commented 6 months ago

With the help of the recent API PhysicalDevice::enable_extension_features_if_present we get a way to enable optional device extension features, but there is no way to ask what features have been enabled afterward.

The same getter is already present for simple device extensions and features.

I presume that adding this new function (are_extension_features_enabled) also becomes easier with the addition of enable_extension_features_if_present.

charles-lunarg commented 5 months ago

Closed as the PR was merged