KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.34k stars 648 forks source link

Add sample utilizing VK_EXT_layer_settings #863

Open juan-lunarg opened 11 months ago

juan-lunarg commented 11 months ago

As an example it is now possible to set layer settings via a programmatic interface.

See Configuring the layer settings using VK_EXT_layer_settings for documentation on how to use the new official extension.

I think a good sample would be showing how to enable vendor specific best practices via VK_EXT_layer_settings.

juan-lunarg commented 11 months ago

Note: We haven't yet released an SDK with layers that support this extension yet. That's coming soon though.

SaschaWillems commented 10 months ago

We discussed this on a recent call. We're not sure if we'll be doing a sample for it, but we will be adding the newly added functionality to our framework.

SaschaWillems commented 9 months ago

@juan-lunarg: I was wondering how to get support for this extension? I'm on the latest SDK, but no sign of it. My database also only shows pretty much no support outside of Mac yet.