Skip to content

Commit

Permalink
Misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Aug 26, 2023
1 parent 24ec2fe commit bcb646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/timestamp-queries/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl Queries {
encoder.resolve_query_set(
&self.set,
// TODO(https://github.com/gfx-rs/wgpu/issues/3993): Musn't be larger than the number valid queries in the set.
0..self.next_unused_query as u32,
0..self.next_unused_query,
&self.resolve_buffer,
0,
);
Expand Down

0 comments on commit bcb646e

Please sign in to comment.