Trait easygpu::binding::Bind[][src]

pub trait Bind {
    fn binding(&self, index: u32) -> BindGroupEntry<'_>;
}
Expand description

A trait representing a resource that can be bound.

Required methods

Implementors