Skip to content

Commit

Permalink
Teo's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
nical committed Jul 31, 2024
1 parent 61d907d commit fdc6620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wgpu-core/src/device/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3476,7 +3476,6 @@ impl<A: HalApi> Device<A> {
let fence = guard.as_ref().unwrap();
let last_done_index = unsafe { self.raw.as_ref().unwrap().get_fence_value(fence)? };
if last_done_index < submission_index {
log::trace!("Waiting for submission {:?}", submission_index);
unsafe {
self.raw
.as_ref()
Expand Down

0 comments on commit fdc6620

Please sign in to comment.