mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-14 16:58:43 +00:00
Minor improvements to VK_EXT_layer_settings documentation
1. Provide link to extension 2. Document the release it's officially available
This commit is contained in:
parent
0e37b32796
commit
4a89051018
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ Vulkan supports intercepting or hooking API entry points via a layer framework.
|
|||
Vulkan layers allow application developers to add functionality to Vulkan applications without modifying the application itself, e.g., validating API usages, dumping API entry points or generating screenshots of specified frames.
|
||||
|
||||
Vulkan layers can be configured using three different methods to match specific Vulkan developers' workflows:
|
||||
- Using the Vulkan API: `vkCreateInstance()` and `VK_EXT_layer_settings`.
|
||||
- Using the Vulkan API: `vkCreateInstance()` and the [VK_EXT_layer_settings](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_layer_settings.html) extension.
|
||||
- `VK_EXT_layer_settings` is now an official extension as of `1.3.272`
|
||||
- Using the `vk_layer_settings.txt` file, that can be generated by the GUI interface called *[Vulkan Configurator](https://vulkan.lunarg.com/doc/sdk/latest/windows/vkconfig.html)*.
|
||||
- Using environment variables.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue