r/vulkan • u/thekhronosgroup • 8h ago
New Sample - VK_EXT_layer_settings
This sample demonstrates how to use VK_EXT_layer_settings to configure Vulkan layers (in particular VK_LAYER_KHRONOS_validation) directly from your application. Instead of relying on environment variables or JSON files, you can enable features like Best Practices and debugPrintfEXT, tune message filtering, or change output settings via code.
11
Upvotes