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.
--target-env vulkan1.2
1 parent b28716d commit 0414685Copy full SHA for 0414685
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: compiletest
74
if: ${{ matrix.target != 'aarch64-linux-android' }}
75
- run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env vulkan1.1,spv1.3
+ run: cargo run -p compiletests --release --no-default-features --features "use-installed-tools" -- --target-env vulkan1.1,vulkan1.2,spv1.3
76
77
# Examples
78
- name: cargo check examples
0 commit comments