Trait bevy_render::render_resource::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§