TextureProvider

Trait TextureProvider 

Source
pub trait TextureProvider {
    // Required method
    fn bind_group_for(&self, texture_path: &str) -> Option<&BindGroup>;
}

Required Methods§

Source

fn bind_group_for(&self, texture_path: &str) -> Option<&BindGroup>

Implementors§