Function wgpu_core::track::skip_barrier
source ยท fn skip_barrier<T: ResourceUses>(old_state: T, new_state: T) -> bool
Expand description
Returns true if the transition from one state to another does not require a barrier.
fn skip_barrier<T: ResourceUses>(old_state: T, new_state: T) -> bool
Returns true if the transition from one state to another does not require a barrier.