LunarG / VulkanTools

Tools to aid in Vulkan development
Other
666 stars 175 forks source link

vkConfig removes application launcher shortcuts I want #1336

Open richard-lunarg opened 3 years ago

richard-lunarg commented 3 years ago

Use case: I have two versions of an application, build in different ways. Each application has the same name, but they are located in different folders (in this case, I have an x86 build and an Apple Silicon build of the same app). I can add both apps to the Application Launcher Shortcuts and switch between them and observe different validation behaviors (so this is not just academic).

Restarting VKConfig however, only one of the applications remains in the list. It seems it is checking for duplicate application names, but if the applications are in two different locations, it should allow for this.

christophe-lunarg commented 3 years ago

Great point, I'll investigate..