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
Copy file name to clipboardExpand all lines: notes/src/dev-environment.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Vulkan SDK
4
4
5
-
Download and install [Vulkan SDK 1.4+](https://vulkan.lunarg.com/sdk/home).
5
+
Download and install [Vulkan SDK 1.4+](https://vulkan.lunarg.com/sdk/home). Make sure the `VULKAN_SDK` environment variable is set — CMake uses `find_package(Vulkan)` to locate it.
6
6
7
7
## Toolchain (MSYS2 UCRT64)
8
8
@@ -35,7 +35,7 @@ This generates `compile_commands.json` for clangd.
0 commit comments