Skip to content

Commit

Permalink
temp26 - Fix buffer trackers
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed May 16, 2022
1 parent dbe615a commit 1bbff99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wgpu-core/src/track/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,7 @@ unsafe fn insert_or_barrier_update<A: hub::HalApi>(
barriers,
);

let start_state_set = start_states.unwrap();
update(start_state_set, index, update_state_provider);
update(current_states, index, update_state_provider);
}

#[inline(always)]
Expand Down

0 comments on commit 1bbff99

Please sign in to comment.