We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b283f88 commit 83cca56Copy full SHA for 83cca56
1 file changed
tools/clang/test/CodeGenDXIL/hlsl/objects/RayQuery/allocateRayQuery2.hlsl
@@ -2,6 +2,10 @@
2
// RUN: %dxc -T lib_6_9 %s | FileCheck %s
3
// RUN: %dxc -T lib_6_9 -fcgl %s | FileCheck -check-prefix=FCGL %s
4
5
+// RUN: %dxc -T vs_6_9 %s | FileCheck %s
6
+// RUN: %dxc -T vs_6_9 -fcgl %s | FileCheck -check-prefix=FCGL %s
7
+
8
9
RaytracingAccelerationStructure RTAS;
10
[shader("vertex")]
11
void main(RayDesc rayDesc : RAYDESC) {
0 commit comments