You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the system diagnostic tab on macOS, near the top is this line:
${VULKAN_SDK}: /usr/local/share/vulkan
This is confusing to me, as $VULKAN_SDK (actually all environment variables) are not set for GUI applications. When it is set via
source setup-env.sh it is actually something like:
/Users/lunarg/VulkanSDK/1.3.302.0/macOS
This could be clearer for macOS users what this is representing.
The text was updated successfully, but these errors were encountered:
The diagnostic tab only reflect on how the system is setup.
So it looks like that when you are running Vulkan Configurator here, ${VULKAN_SDK} is set to /usr/local/share/vulkan, not /Users/lunarg/VulkanSDK/1.3.302.0/macOS
macOS, like Linux does not set a system wide $VULKAN_SDK environment variable. Even if it did, GUI apps would not "see it". Perhaps on macOS just reflect that this is the default path for the SDK components, but as you even got surprised, $VULKAN_SDK is potentially misleading and confusing.
When $VULKAN_SDK is set on Linux and macOS, Vulkan Configurator should find the layers, the default executables (vkconfig, vulkaninfo) and profiles
When is $VULKAN_SDK unset, Vulkan Configurator should use the default executables (vkconfig, vulkaninfo) and profiles, and installed layers in system path.
Under the system diagnostic tab on macOS, near the top is this line:
This is confusing to me, as $VULKAN_SDK (actually all environment variables) are not set for GUI applications. When it is set via
source setup-env.sh it is actually something like:
/Users/lunarg/VulkanSDK/1.3.302.0/macOS
This could be clearer for macOS users what this is representing.
The text was updated successfully, but these errors were encountered: