pub(super) fn flush_bindings_helper(
state: &mut PassState<'_, '_, '_>,
) -> Result<(), DestroyedResourceError>Expand description
Implementation of flush_bindings for both compute and render passes.
See the compute pass version of State::flush_bindings for an explanation
of some differences in handling the two types of passes.