pub(super) fn flush_bindings_helper<F>(
state: &mut PassState<'_, '_, '_>,
f: F,
) -> Result<(), DestroyedResourceError>Expand description
Helper for flush_bindings implementing the portions that are the same for
compute and render passes.