We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4282ef0 commit 54e9f62Copy full SHA for 54e9f62
tests/compiletests/ui/builtin/compute_duplicates.rs
@@ -5,9 +5,16 @@
5
// normalize-stderr-test "OpLine .*\n" -> ""
6
// normalize-stderr-test "%\d+ = OpString .*\n" -> ""
7
// normalize-stderr-test "OpCapability VulkanMemoryModel\n" -> ""
8
+// normalize-stderr-test "OpExtension .SPV_KHR_vulkan_memory_model.\n" -> ""
9
// normalize-stderr-test "OpMemoryModel Logical Vulkan" -> "OpMemoryModel Logical Simple"
10
// normalize-stderr-test "; .*\n" -> ""
11
12
+// ignore-spv1.0
13
+// ignore-spv1.1
14
+// ignore-spv1.2
15
+// ignore-vulkan1.0
16
+// ignore-vulkan1.1
17
+
18
use spirv_std::{
19
builtin::compute,
20
glam::*,
0 commit comments