Trait wgpu_core::hub::IdentityHandlerFactory[][src]

pub trait IdentityHandlerFactory<I> {
    type Filter: IdentityHandler<I>;
    fn spawn(&self, min_index: u32) -> Self::Filter;
}

Associated Types

Required methods

Implementors