We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1e83f commit 6346481Copy full SHA for 6346481
1 file changed
tools/clang/test/HLSLFileCheck/d3dreflect/rayquery-d3dreflect.hlsl
@@ -2,3 +2,9 @@
2
3
// CHECK: MinShaderTarget: 0x10069
4
RaytracingPipelineConfig1 rpc = { 32, RAYTRACING_PIPELINE_FLAG_SKIP_TRIANGLES | RAYTRACING_PIPELINE_FLAG_ALLOW_OPACITY_MICROMAPS };
5
+SubobjectToExportsAssociation sea = { "rpc", "MyRayGenShader" };
6
+
7
+[shader("raygeneration")]
8
+void MyRayGenShader() {
9
+ // The pipeline configuration affects this shader but is not directly accessible.
10
+}
0 commit comments