pub trait TextureDescriptorProvider<HandleType> {
    // Required method
    fn get(&self) -> TextureDescriptor<'_, HandleType>;
}

Required Methods§

source

fn get(&self) -> TextureDescriptor<'_, HandleType>

Implementors§