charles-lunarg / vk-bootstrap

Vulkan Bootstrapping Iibrary
MIT License
821 stars 82 forks source link

Add enable_features_if_present to PhysicalDevice #273

Closed charles-lunarg closed 7 months ago

charles-lunarg commented 7 months ago

Allows users to enable features if they are present, getting back a bool telling them whether the feature is supported and will be enabled on the device.

Fixes #269

charles-lunarg commented 7 months ago

Todo:

charles-lunarg commented 7 months ago

I'm going to go ahead and merge - additional features can always be added later.