We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea4e3a commit 030ac24Copy full SHA for 030ac24
examples/features/src/ray_traced_triangle/mod.rs
@@ -120,7 +120,7 @@ impl crate::framework::Example for Example {
120
});
121
122
let index_buffer = device.create_buffer_init(&BufferInitDescriptor {
123
- label: Some("vertex buffer"),
+ label: Some("index buffer"),
124
contents: bytemuck::cast_slice(&indices),
125
usage: BufferUsages::BLAS_INPUT,
126
0 commit comments