bevy_render::render_resource

Trait IntoBinding

Source
pub trait IntoBinding<'a> {
    // Required method
    fn into_binding(self) -> BindingResource<'a>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a> IntoBinding<'a> for &'a [&'a TextureView]

Implementors§