We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355a44f commit 7988ee0Copy full SHA for 7988ee0
tools/generate/vulkan-sdk-update.md
@@ -0,0 +1,6 @@
1
+# Vulkan sdk update
2
+
3
+1. in `.gitmodules` set branch for both submodules to the new vulkan sdk version's branch
4
+2. update submodules: `git submodule update --remote`
5
+3. regenerate generated header files, requires python: `cargo run generate`
6
+4. try to compile and run the tests, fixup any errors: `cargo test --all-features`
0 commit comments