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 885ed52 commit 88e726fCopy full SHA for 88e726f
examples/rust/custom_visualizer/src/custom_renderer.rs
@@ -32,7 +32,7 @@ mod gpu_data {
32
pub struct CustomDrawData {
33
/// Bindgroup per instance.
34
///
35
- /// It is much more efficient to batch evertyhing in a single draw call by using instancing
+ /// It is much more efficient to batch everything in a single draw call by using instancing
36
/// or other more dynamic buffer access. However, for simplicity, we draw each instance individually
37
/// with a separate bind group here.
38
bind_groups: Vec<re_renderer::GpuBindGroup>,
0 commit comments