We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64982b4 commit 84a0e38Copy full SHA for 84a0e38
1 file changed
tools/clang/test/CodeGenSPIRV/rayquery.debug.hlsl
@@ -0,0 +1,8 @@
1
+// RUN: %dxc -T cs_6_5 -E main -fspv-target-env=vulkan1.2 -fspv-debug=vulkan-with-source -spirv %s | FileCheck %s
2
+
3
+// CHECK: [[_:%[0-9]+]] = OpString "rayQueryKHR"
4
5
+[numthreads(64, 1, 1)]
6
+void main() {
7
+ RayQuery<RAY_FLAG_NONE> q;
8
+}
0 commit comments