From ca9b61a4455f41399df2985692912dd3cb06b695 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Fri, 17 Jan 2020 11:11:32 -0700 Subject: vulkaninfo: update readme for Windows SDK name change Due to IVH's shipping their own version of vulkaninfo through the vulkan runtime package, the vulkaninfo binary included in the Windows Vulkan SDK was renamed to `vulkaninfoSDK.exe` to prevent name conflicts. This commit fixes the lack of documentation in the readme about the change Changes to be committed: modified: vulkaninfo/vulkaninfo.md Change-Id: I7533eaa4ee5a915b36324f40a9ba4ced785710ff --- vulkaninfo/vulkaninfo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vulkaninfo/vulkaninfo.md b/vulkaninfo/vulkaninfo.md index 48255962..396d77af 100644 --- a/vulkaninfo/vulkaninfo.md +++ b/vulkaninfo/vulkaninfo.md @@ -72,3 +72,5 @@ Vulkan Info can also be found as a shortcut under the Start Menu. * `Start Menu -> Vulkan SDK`*`version`*`-> vulkaninfo` Note: In order to review and/or save the output produced when using Visual Studio execute `vulkaninfo` with the JSON option, you will have to redirect output to a file by modifying the command line arguments in the debug options. + +Note: The Vulkan Info binary found in the Vulkan SDK is renamed to `vulkaninfoSDK.exe`. This was done to demark any Vulkan Info version installed by the Vulkan Runtime Package, which is from an IHV distribution. When using command line on Windows, the Vulkan info version used will be from the IHV distribution, not the SDK. To run the SDK version, either use the start menu shortcuts or navigate to the `VulkanSDK/Bin` directory and run `vulkaninfoSDK.exe` directly. -- cgit v1.2.3