We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cea4ba commit 1171fc8Copy full SHA for 1171fc8
1 file changed
tests/tests/wgpu-gpu/ray_tracing/as_aabb.rs
@@ -86,6 +86,7 @@ fn aabb_blas_build_and_trace(ctx: TestingContext) {
86
[1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0],
87
0,
88
0xFF,
89
+ wgpu::IntersectionShaderIndex::QueryData(0),
90
));
91
92
let mut encoder = ctx
0 commit comments