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 26398ea commit 8eb0e64Copy full SHA for 8eb0e64
wgpu-core/src/command/render.rs
@@ -3162,7 +3162,7 @@ impl Global {
3162
.map_err(|_| RenderPassErrorInner::InvalidBuffer(buffer_id))
3163
.map_pass_err(scope)?;
3164
let count_buffer = buffers
3165
- .get_owned(buffer_id)
+ .get_owned(count_buffer_id)
3166
.map_err(|_| RenderPassErrorInner::InvalidBuffer(count_buffer_id))
3167
3168
@@ -3203,7 +3203,7 @@ impl Global {
3203
3204
3205
3206
3207
3208
3209
0 commit comments