tree: 2a0612bcceb69d2ae9a0812facc7cb030c7e860c
  1. images/
  2. macOS/
  3. resourcefiles/
  4. source/
  5. CHANGELOG.md
  6. CMakeLists.txt
  7. combo_box.h
  8. CONTRIBUTING.md
  9. highlighter.cpp
  10. highlighter.h
  11. item_list.cpp
  12. item_list.h
  13. item_list_device.cpp
  14. item_list_device.h
  15. item_tree.cpp
  16. item_tree.h
  17. main.cpp
  18. mainwindow.cpp
  19. mainwindow.h
  20. mainwindow.ui
  21. README.md
  22. resources.qrc
  23. settings_tree.cpp
  24. settings_tree.h
  25. style.cpp
  26. style.h
  27. tab.cpp
  28. tab.h
  29. tab_about.cpp
  30. tab_about.h
  31. tab_applications.cpp
  32. tab_applications.h
  33. tab_configurations.cpp
  34. tab_configurations.h
  35. tab_diagnostics.cpp
  36. tab_diagnostics.h
  37. tab_documentation.cpp
  38. tab_documentation.h
  39. tab_drivers.cpp
  40. tab_drivers.h
  41. tab_layers.cpp
  42. tab_layers.h
  43. tab_preferences.cpp
  44. tab_preferences.h
  45. vkconfig.entitlements
  46. vkconfig.pro
  47. widget_layer_version.cpp
  48. widget_layer_version.h
  49. widget_resize_button.cpp
  50. widget_resize_button.h
  51. widget_resize_combobox.cpp
  52. widget_resize_combobox.h
  53. widget_setting.cpp
  54. widget_setting.h
  55. widget_setting_bool.cpp
  56. widget_setting_bool.h
  57. widget_setting_enum.cpp
  58. widget_setting_enum.h
  59. widget_setting_filesystem.cpp
  60. widget_setting_filesystem.h
  61. widget_setting_flags.cpp
  62. widget_setting_flags.h
  63. widget_setting_float.cpp
  64. widget_setting_float.h
  65. widget_setting_frames.cpp
  66. widget_setting_frames.h
  67. widget_setting_group.cpp
  68. widget_setting_group.h
  69. widget_setting_int.cpp
  70. widget_setting_int.h
  71. widget_setting_list.cpp
  72. widget_setting_list.h
  73. widget_setting_list_element.cpp
  74. widget_setting_list_element.h
  75. widget_setting_string.cpp
  76. widget_setting_string.h
  77. widget_tab_configurations_layer.cpp
  78. widget_tab_configurations_layer.h
  79. widget_tab_driver_path.cpp
  80. widget_tab_driver_path.h
  81. widget_tab_layers_path.cpp
  82. widget_tab_layers_path.h
vkconfig_gui/README.md



Creative Commons


Using Vulkan Configurator

Part of the Vulkan SDK, Vulkan Configurator is a tool designed to help Vulkan application developers configuring their Vulkan system: The Vulkan Loader, Vulkan Layers and Vulkan drivers.

It's a graphical user interface (GUI) that may be launched from the console using vkconfig-gui and a command line tool vkconfig --gui. Vulkan Configurator may be used with command line arguments to configure Vulkan Loader. Use vkconfig --help in the console for more information.

  • Manual: Configuring Vulkan Layers whitepaper for detailed usage information and system architechture.
  • Change Log: The history of Vulkan Configurator releases.
  • Bug reports: Open a GitHub issue when you encounter a bug.
  • Contributing: Submit a fix or a feature to Vulkan Configurator.

Platforms Support

OSWindowsLinuxmacOS
Support:heavy_check_mark::heavy_check_mark::heavy_check_mark:

Vulkan Configurator UI overview

Vulkan Configurator is designed around multiple tabs, each dedicated to specific usages.

Vulkan Layers Configuration tab

This tab allows configuring Vulkan layers. This includes enabling and ordering Vulkan layers executed by the Vulkan applications. Each layer can be configure using the Vulkan Layers settings.

The context menu of the layers configuration allows generating layer settings files of all types: documentation, vk_layer_settings.txt, environment variables scripts and VK_EXT_layer_settings C++ helper library.

Vulkan Layers Available tab

This tab allows adding additional Vulkan layers, potentially Vulkan versions of the same Vulkan layer.

Vulkan Drivers tab

This tab allows adding Vulkan drivers but also either sorting or forcing Vulkan physical devices to all Vulkan applications.

Application Launcher tab

This tab is an application launcher enabling to quickly test Vulkan system changes.

Vulkan Diagnostics tab

This tab allows generating multiple log, including Vulkan loader log, Vulkan loader configuration, Vulkaninfo, etc. These logs can be exported and shared for examples to submit issues on Vulkan github repository.

Vulkan Documentation tab

Vulkan Preferences tab