BindingMut

Type Alias BindingMut 

Source
pub type BindingMut<'w, T> = ResMut<'w, RenderAssets<GpuRenderBinding<T>>>;
Expand description

The gpu asset that is created from the render binding holder. This is the asset that is actually used in the render pass.

Aliased Typeยง

pub struct BindingMut<'w, T> { /* private fields */ }