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 61ff45d commit 8944fa1Copy full SHA for 8944fa1
tests/compiletests/src/main.rs
@@ -14,7 +14,7 @@ struct Opt {
14
bless: bool,
15
16
/// The environment to compile to the SPIR-V tests.
17
- #[arg(long, default_value = "spv1.3")]
+ #[arg(long, default_value = "vulkan1.2")]
18
target_env: String,
19
20
/// Only run tests that match these filters.
0 commit comments