Trait bevy_render::render_resource::IntoBindingArray
source · pub trait IntoBindingArray<'b, const N: usize> {
// Required method
fn into_array(self) -> [BindingResource<'b>; N];
}
pub trait IntoBindingArray<'b, const N: usize> {
// Required method
fn into_array(self) -> [BindingResource<'b>; N];
}