Binding

Type Alias Binding 

Source
pub type Binding<'w, T> = Res<'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 Binding<'w, T> { /* private fields */ }