Skip to content

Commit 84a0e38

Browse files
author
Christian Reinbold
committed
add test
1 parent 64982b4 commit 84a0e38

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)