File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,10 @@ contains the libraries.
6565Lastly, there's the `include` directory that contains the Vulkan headers.
6666Feel free to explore the other files, but we won't need them for this tutorial.
6767
68- To automatically set the environment variables up that VulkanSDK will use to
69- make life easier with the CMake project configuration and various other
70- tooling, We recommend using the `setup-env` script. This can be added to
71- your auto-start for your terminal and IDE setup such that those environment
72- variables work everywhere.
68+ To automatically set the environment variables that VulkanSDK will use to
69+ simplify CMake project configuration and other tooling, we recommend using
70+ the `setup-env` script on Linux. You can add this script to your terminal's auto-start
71+ or IDE setup to ensure these environment variables are available in all your sessions.
7372
7473If you receive an error message, then ensure that your drivers are up to date,
7574include the Vulkan runtime and that your graphics card is supported. See the
You can’t perform that action at this time.
0 commit comments