vk-bootstrap icon indicating copy to clipboard operation
vk-bootstrap copied to clipboard

Add support for VK_EXT_layer_settings

Open thefishlive opened this issue 11 months ago • 0 comments

Prevously vkb::InstanceBuilder had support for changing settings in VVL via the VK_EXT_validation_features and VK_EXT_validation_flags extensions.

Recently, these two extension have been deprecated and replaced with the VK_EXT_layer_settings extension, which also allows for generic support for settings in any enabled layer.

This change adds support for setting layer settings when creating an instance with vkb::InstanceBuilder via the VK_EXT_layer_settings extension.

thefishlive avatar Apr 29 '25 00:04 thefishlive