File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22[ Vulkan SDK 1.4.350.0] ( https://github.com/LunarG/VulkanTools/tree/vulkan-sdk-1.4.350 )
33
44### Features:
5- - Add selecting Vulkan Layers configuration from system tray
6- - Add selecting Vullan physical device from system tray
5+ - Add enabling Vulkan Layers configuration from system tray
6+ - Selection of the layers configuration on Windows
7+ - Add enabling Vullan physical device from system tray
8+ - Selection of the physical device on Windows
79- Add enabling Vulkan Loader log from system tray
810- Add Vulkan Drivers override mode for no physical device
911
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ void MainWindow::UpdateUI_Status() {
151151 QWidgetAction *action = new QWidgetAction (menu);
152152 action->setDefaultWidget (widget);
153153 action->setEnabled (enabled_layers);
154- if (VKC_PLATFORM != PLATFORM_LINUX ) {
154+ if (VKC_ENV == VKC_ENV_WIN32 ) {
155155 menu->addAction (action);
156156 }
157157 }
You can’t perform that action at this time.
0 commit comments