Skip to content

Commit

Permalink
Removing flush (#6670)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdanilo authored May 12, 2023
1 parent f5071a1 commit 32fd228
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ impl<T: JsTypedArrayItem> PixelReadPass<T> {
let flags = 0;
let sync = context.fence_sync(*condition, flags).unwrap();
self.sync = Some(sync);
context.flush();
}

#[profile(Detail)]
Expand Down

0 comments on commit 32fd228

Please sign in to comment.